mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore(actions): Use cancel workflow action (#2763)
This commit is contained in:
parent
e682cf9bf6
commit
3a130cb102
1 changed files with 12 additions and 0 deletions
12
.github/workflows/cancel.yml
vendored
Normal file
12
.github/workflows/cancel.yml
vendored
Normal file
|
@ -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.6.0
|
||||||
|
with:
|
||||||
|
workflow_id: 400555, 400556, 905313, 1451724, 1710116, 3185001, 3438604
|
||||||
|
access_token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue