Remove cancel-workflow-action

This commit is contained in:
世界 2023-02-09 18:04:49 +08:00
parent c9efd0a74f
commit 92a79e6158
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 0 additions and 8 deletions

View File

@ -19,10 +19,6 @@ jobs:
name: Debug build
runs-on: ubuntu-latest
steps:
- name: Cancel previous
uses: styfle/cancel-workflow-action@0.7.0
with:
access_token: ${{ github.token }}
- name: Checkout
uses: actions/checkout@v3
with:

View File

@ -19,10 +19,6 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Cancel previous
uses: styfle/cancel-workflow-action@0.7.0
with:
access_token: ${{ github.token }}
- name: Checkout
uses: actions/checkout@v3
with: