chore: fix action syntax

This commit is contained in:
Aaron Blankstein
2022-01-12 16:33:50 -06:00
parent e94bac3fa5
commit 0501aa34e7
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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