Merge pull request #9957 from abpframework/mehmet-erim-patch-1

Added new workflow for canceling previous runs
pull/9961/head
Muhammed Altuğ 4 years ago committed by GitHub
commit d21544f215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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