cancel-workflow-action@latest

This commit is contained in:
Artem Vasilev 2022-11-10 13:19:05 +03:00
parent dd6532fac5
commit cea4802de3

View File

@ -49,7 +49,7 @@ jobs:
- "7.4" - "7.4"
steps: steps:
- name: "Cancel Previous Runs" - name: "Cancel Previous Runs"
uses: styfle/cancel-workflow-action@0.9.1 uses: styfle/cancel-workflow-action
with: with:
all_but_latest: true all_but_latest: true
access_token: ${{ github.token }} access_token: ${{ github.token }}