Added new workflow for canceling previous runs

pull/9957/head
Mehmet Erim 4 years ago committed by GitHub
parent b849032b1a
commit 53f621ac99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,12 @@
name: Cancel
on: [push]
jobs:
cancel:
name: 'Cancel Previous Runs'
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.9.1
with:
workflow_id: 10629,1299107,2792859,8268314
access_token: ${{ github.token }}
Loading…
Cancel
Save