mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-25 10:12:40 +08:00
feat: add cancel in progress behavior to PR actions
This commit is contained in:
5
.github/workflows/bitcoin-tests.yml
vendored
5
.github/workflows/bitcoin-tests.yml
vendored
@@ -5,6 +5,11 @@ name: stacks-bitcoin-integration-tests
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: stacks-bitcoin-integration-tests-${{ github.ref }}
|
||||
# Only cancel in progress if this is for a PR
|
||||
cancel-in-progress: github.event_name == 'pull_request'
|
||||
|
||||
jobs:
|
||||
build-integration-image:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
5
.github/workflows/stacks-blockchain.yml
vendored
5
.github/workflows/stacks-blockchain.yml
vendored
@@ -12,6 +12,11 @@ on:
|
||||
description: 'The tag to create (optional)'
|
||||
required: false
|
||||
|
||||
concurrency:
|
||||
group: stacks-blockchain-${{ github.ref }}
|
||||
# Only cancel in progress if this is for a PR
|
||||
cancel-in-progress: github.event_name == 'pull_request'
|
||||
|
||||
jobs:
|
||||
# Notify Slack channel of workflow start
|
||||
notify-start:
|
||||
|
||||
Reference in New Issue
Block a user