Use cancel-in-progress: true instead.

This commit is contained in:
fewtarius 2022-04-14 16:37:12 -04:00
parent 2f9b6a9bc8
commit e868e59f7a
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
4 changed files with 2 additions and 14 deletions

View file

@ -11,6 +11,7 @@ on:
concurrency:
group: dev
cancel-in-progress: true
jobs:
build:

View file

@ -19,6 +19,7 @@ on:
concurrency:
group: main
cancel-in-progress: true
jobs:
build:

View file

@ -25,13 +25,6 @@ env:
BRANCH: dev
jobs:
cancel:
runs-on: ubuntu-latest
steps:
- name: Cancel any earlier workflow actions still running
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ secrets.ACCESS_TOKEN }}
launch-dev-release:
runs-on: ubuntu-20.04
steps:

View file

@ -23,13 +23,6 @@ env:
BRANCH: main
jobs:
cancel:
runs-on: ubuntu-latest
steps:
- name: Cancel any earlier workflow actions still running
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ secrets.ACCESS_TOKEN }}
launch-main-release-if-needed:
runs-on: ubuntu-20.04
steps: