Chore: Cancel previous runs (#2227)

Cancel previous runs
This commit is contained in:
gitstart-twenty
2023-11-07 04:16:26 +05:45
committed by GitHub
parent 1bf5af9150
commit daa6d2ca01
4 changed files with 32 additions and 0 deletions

View File

@ -24,6 +24,10 @@ jobs:
--health-timeout 5s
--health-retries 5
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3