Skip to content

Commit 4c3b4db

Browse files
committed
Fix concurrency
1 parent 9a20e46 commit 4c3b4db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/get-started.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ on:
1515
- 'get-started/**'
1616
- '.github/workflows/get-started.yaml'
1717

18-
concurrency:
19-
group: ${{ github.workflow }}-${{ github.ref }} # Unique group for each branch/workflow
20-
cancel-in-progress: true # Cancel previous jobs when a new commit is pushed
18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.ref }} # Unique group for each branch/workflow
20+
cancel-in-progress: true # Cancel previous jobs when a new commit is pushed
2121

2222
env:
2323
SAMPLE_PATH: get-started

0 commit comments

Comments
 (0)