Skip to content

Commit

Permalink
update concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
hussam-i-am committed Jan 7, 2025
1 parent e6717aa commit c83778c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aat-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- checks_requested

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: aat-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vrt-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- checks_requested

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: vrt-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit c83778c

Please sign in to comment.