mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-28 19:55:20 +08:00
chore: fix action syntax
This commit is contained in:
2
.github/workflows/bitcoin-tests.yml
vendored
2
.github/workflows/bitcoin-tests.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
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'
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
jobs:
|
||||
build-integration-image:
|
||||
|
||||
2
.github/workflows/stacks-blockchain.yml
vendored
2
.github/workflows/stacks-blockchain.yml
vendored
@@ -15,7 +15,7 @@ on:
|
||||
concurrency:
|
||||
group: stacks-blockchain-${{ github.ref }}
|
||||
# Only cancel in progress if this is for a PR
|
||||
cancel-in-progress: github.event_name == 'pull_request'
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
jobs:
|
||||
# Notify Slack channel of workflow start
|
||||
|
||||
Reference in New Issue
Block a user