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 9a20e46 commit 4c3b4dbCopy full SHA for 4c3b4db
1 file changed
.github/workflows/get-started.yml
@@ -15,9 +15,9 @@ on:
15
- 'get-started/**'
16
- '.github/workflows/get-started.yaml'
17
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
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }} # Unique group for each branch/workflow
+ cancel-in-progress: true # Cancel previous jobs when a new commit is pushed
21
22
env:
23
SAMPLE_PATH: get-started
0 commit comments