Skip to content

Commit

Permalink
CI: Add concurrency on generate-website job (#1953)
Browse files Browse the repository at this point in the history
* CI: Add concurrency on generate-website job
  • Loading branch information
mwestphal authored Jan 29, 2025
1 parent 7ac0f12 commit 0d23354
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches:
- master

concurrency:
group: '${{ github.workflow }}-${{ github.ref_name }}'
cancel-in-progress: true

jobs:

#----------------------------------------------------------------------------
Expand Down

0 comments on commit 0d23354

Please sign in to comment.