Skip to content

Commit 9b5d31d

Browse files
Added concurrency section to Publish Website workflow
1 parent 662a1bf commit 9b5d31d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
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)