Skip to content

Commit

Permalink
Merge pull request #32 from Ostorlab/add_concurrency_feature
Browse files Browse the repository at this point in the history
Use concurrency feature to cancal running jobs and run the new ones.
  • Loading branch information
3asm authored Mar 15, 2023
2 parents 8f804f7 + c7e7286 commit 6edb06d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
pull_request:
branches: [ main ]

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:

Expand Down

0 comments on commit 6edb06d

Please sign in to comment.