Skip to content

Commit

Permalink
Merge pull request #583 from InnerSourceCommons/575-concurrent-builds
Browse files Browse the repository at this point in the history
Added concurrency section to Publish Website workflow (Issue 575)
  • Loading branch information
marshmallowrobot authored Aug 15, 2023
2 parents 662a1bf + 9b5d31d commit 2d6d8bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-to-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ on:
- trusted-committer/**
- workbook/**

# Checks if this workflow is already running, and if so cancels it
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2d6d8bc

Please sign in to comment.