Skip to content

Commit

Permalink
use the workflow as part of the concurrency group (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Feb 5, 2022
1 parent 253bee6 commit 7424a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 8 * * *"

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

jobs:
Expand Down

0 comments on commit 7424a01

Please sign in to comment.