This commit is contained in:
Tao He 2021-12-23 19:06:13 +08:00
parent 65827641a2
commit 5714afc988
1 changed files with 13 additions and 0 deletions

13
.github/workflows/cancel.yaml vendored Normal file
View File

@ -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 }}