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 053fcb1 commit 9c4890fCopy full SHA for 9c4890f
.github/workflows/io-test.yml
@@ -7,9 +7,9 @@ on:
7
required: true
8
type: string
9
10
- concurrency: # Cancel previous workflows on the same pull request
11
- group: ${{ github.workflow }}-${{ github.ref }}
12
- cancel-in-progress: true
+concurrency: # Cancel previous workflows on the same pull request
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
13
14
jobs:
15
build-and-test:
0 commit comments