Skip to content

Commit

Permalink
Make concurrent?
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Mar 14, 2024
1 parent 096a81b commit 7ef9fed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
branches:
- "**"

concurrency:
# SHA is added to the end if on `main` to let all main workflows run
group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/heads/long_lived/')) && github.sha || '' }}
cancel-in-progress: true

jobs:
build:
name: Test - ${{ matrix.os.name }} ${{ matrix.arch.name }}
Expand Down

0 comments on commit 7ef9fed

Please sign in to comment.