Skip to content

Commit

Permalink
Allow only one CI job at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetdsouza authored Nov 6, 2024
1 parent ede1224 commit 60e870d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ env:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
CARGO_INCREMENTAL: 0
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
Expand Down

0 comments on commit 60e870d

Please sign in to comment.