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.
2 parents 57a1edb + a447ab7 commit babe081Copy full SHA for babe081
.github/workflows/lint.yml
@@ -7,7 +7,7 @@ on:
7
- main
8
9
concurrency:
10
- group: ${{ github.head_ref || github.run_id }}
+ group: ${{ github.workflow }}-${{ github.ref }}
11
cancel-in-progress: true
12
13
jobs:
.github/workflows/tests.yml
0 commit comments