Skip to content

Commit 9c4890f

Browse files
committed
syntax fix
1 parent 053fcb1 commit 9c4890f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/io-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
required: true
88
type: string
99

10-
concurrency: # Cancel previous workflows on the same pull request
11-
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
10+
concurrency: # Cancel previous workflows on the same pull request
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
1313

1414
jobs:
1515
build-and-test:

0 commit comments

Comments
 (0)