Skip to content

Commit

Permalink
ci: avoid concurent execution of tests on PRs (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-simonik authored Jan 16, 2023
1 parent aab61f1 commit 7ce9aaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Pull Request
on:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
validate:
name: Validate
Expand Down

0 comments on commit 7ce9aaa

Please sign in to comment.