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

@ -8,6 +8,10 @@ jobs:
docs-build:
runs-on: ubuntu-latest
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