Skip to content

Commit 185269e

Browse files
committed
- GH Actions YML syntax
1 parent 670b60a commit 185269e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/master-codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ on:
1818
branches: ["master"]
1919

2020
# Cancel in-progress runs on the same branch when a new push arrives
21-
concurrency:
22-
group: ${{ github.workflow }}-${{ github.ref }}
23-
cancel-in-progress: true
21+
concurrency:
22+
group: ${{ github.workflow }}-${{ github.ref }}
23+
cancel-in-progress: true
2424

2525
jobs:
2626
analyze:

0 commit comments

Comments
 (0)