mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2025-12-31 00:59:51 -06:00
Merge pull request #1222 from kitsiosk/feature/cancel-obsolete-ci-runs
[CI]: Cancel CI runs that become obsolete
This commit is contained in:
4
.github/workflows/pr-check.yaml
vendored
4
.github/workflows/pr-check.yaml
vendored
@@ -13,6 +13,10 @@ on:
|
||||
- '**.md'
|
||||
- '**.MD'
|
||||
|
||||
# If two events are triggered within a short time in the same PR, cancel the run of the oldest event
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
validate-pr:
|
||||
|
||||
Reference in New Issue
Block a user