Skip to content

Commit

Permalink
add concurrency to build
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Oct 1, 2024
1 parent 6b102fc commit bdab029
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- '*'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build_container:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bdab029

Please sign in to comment.