mirror of https://github.com/abpframework/abp
parent
b849032b1a
commit
53f621ac99
@ -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