Skip to content

Commit

Permalink
Add concurrency to PR check workflow, cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
matejsemancik committed Nov 17, 2023
1 parent 6d91727 commit 5e96054
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- '*'

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

jobs:
validation:
name: Validation
Expand Down

0 comments on commit 5e96054

Please sign in to comment.