Skip to content

Commit

Permalink
cancle attach if already running
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <[email protected]>
  • Loading branch information
JoeMatt committed Dec 31, 2024
1 parent 4ebb1a7 commit dfebbee
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/attach_build_products.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: Add artifact links to pull request and related issues
name: Attach Build Products

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
cancel-in-progress: true

on:
workflow_run:
workflows: [Build and Upload Provenance]
types: [completed]
workflows: ["Build and Upload Provenance"]
types:
- completed

jobs:
artifacts-url-comments:
Expand Down

0 comments on commit dfebbee

Please sign in to comment.