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 825e93f commit b1d193cCopy full SHA for b1d193c
.github/workflows/shellcheck.yaml
@@ -46,7 +46,7 @@ permissions:
46
contents: read
47
48
concurrency:
49
- group: ${{ github.ref }}-${{ github.workflow }}
+ group: ${{ github.workflow }}-${{ github.ref }}
50
cancel-in-progress: true
51
52
jobs:
0 commit comments