Cancel.
This commit is contained in:
parent
65827641a2
commit
5714afc988
|
|
@ -0,0 +1,13 @@
|
|||
name: Cancel Stale Runs
|
||||
|
||||
on: [push, pull_request_target]
|
||||
|
||||
jobs:
|
||||
cancel:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: styfle/cancel-workflow-action@0.9.1
|
||||
with:
|
||||
workflow_id: build-deb-package.yml,build-test.yml
|
||||
access_token: ${{ github.token }}
|
||||
|
||||
Loading…
Reference in New Issue