Skip to content

Commit

Permalink
Configure github action concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
StuckiSimon committed Aug 12, 2024
1 parent 4edbd43 commit ff58993
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches: [main]
paths:
- "report/**"
concurrency:
group: build-report
cancel-in-progress: true
jobs:
build_latex:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "strahl-lib/**"
- "website/**"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build Docusaurus
Expand Down

0 comments on commit ff58993

Please sign in to comment.