Remove cancel-workflow-action

This commit is contained in:
世界 2023-02-09 18:04:49 +08:00
parent 32ad5710ba
commit 94e0ebd3c8
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: