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

@ -13,6 +13,10 @@ jobs:
env:
REACT_APP_SERVER_BASE_URL: http://127.0.0.1:3000
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
with:
fetch-depth: 0