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 1642c30 commit 024a288Copy full SHA for 024a288
.github/workflows/yaml.yaml
@@ -50,7 +50,7 @@ permissions:
50
contents: read
51
52
concurrency:
53
- group: ${{ github.ref }}-${{ github.workflow }}
+ group: ${{ github.workflow }}-${{ github.ref }}
54
cancel-in-progress: true
55
56
jobs:
0 commit comments