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 3a07ca9 commit 1642c30Copy full SHA for 1642c30
.github/workflows/validate.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