We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae4576 commit 3cf9cc1Copy full SHA for 3cf9cc1
.github/workflows/lint-pr.yml
@@ -12,7 +12,7 @@ permissions:
12
pull-requests: read
13
14
concurrency:
15
- group: pr-${{ github.event.pull_request.number }}
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
16
cancel-in-progress: true
17
18
jobs:
0 commit comments