Skip to content

Commit

Permalink
Run Github actions one at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
4Ply committed Jan 20, 2025
1 parent 2aa311d commit 4b798b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on: [ pull_request, push ]
permissions:
contents: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false

jobs:
build:
strategy:
Expand Down

0 comments on commit 4b798b4

Please sign in to comment.