Skip to content

Commit 0d67f89

Browse files
authored
Update default.yml
1 parent 7d3bb3e commit 0d67f89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/default.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
branches:
88
- "main"
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
13+
1014
jobs:
1115
build-examples:
1216
name: Build example

0 commit comments

Comments
 (0)