Skip to content

Commit

Permalink
chore: rename concurrency group for weekly action
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed May 23, 2024
1 parent bf47498 commit 5883fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '0 22 * * 0'

concurrency:
group: "${{ github.ref }}-${{ github.event_name }}-${{ github.workflow }}"
group: "${{ github.ref }}-${{ github.event_name }}-weekly-tests"
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 5883fc9

Please sign in to comment.