Skip to content

Commit 8367d67

Browse files
authored
Merge pull request #67 from sourceplusplus/disable-concurrent-branch-jobs
Update build.yml
2 parents 4e4eb9e + 8aad15c commit 8367d67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ on:
1515

1616
jobs:
1717
build:
18-
1918
runs-on: ubuntu-latest
19+
concurrency:
20+
group: ${{ github.workflow }}-${{ github.ref }}
21+
cancel-in-progress: true
2022

2123
steps:
2224
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)