mirror of https://github.com/abpframework/abp.git
committed by
GitHub
1 changed files with 12 additions and 0 deletions
@ -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…
Reference in new issue