Skip to content

Commit

Permalink
ci: use built-in cancel-in-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Dec 10, 2023
1 parent 800259e commit 71cfeb5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ on:
env:
STACKS_BLOCKCHAIN_COMMIT: f8ffd1dbe8990234391def4611b2611be9a3e4ba

jobs:
cancel-previous-runs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build-stacks-node:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 71cfeb5

Please sign in to comment.