Skip to content

Commit 2d6d8bc

Browse files
Merge pull request #583 from InnerSourceCommons/575-concurrent-builds
Added concurrency section to Publish Website workflow (Issue 575)
2 parents 662a1bf + 9b5d31d commit 2d6d8bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-to-website.yml

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ on:
1414
- trusted-committer/**
1515
- workbook/**
1616

17+
# Checks if this workflow is already running, and if so cancels it
18+
concurrency:
19+
group: ${{ github.workflow }}
20+
cancel-in-progress: true
21+
1722
jobs:
1823
build:
1924
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)