Skip to content

Commit

Permalink
fix defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 20, 2024
1 parent ecbd8c8 commit 0b56f23
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,15 @@ on:
permissions:
contents: write

defaults:
run:
shell: bash
cancel-in-progress: true

# will cancel previous workflows triggered by the same event and for the same ref for PRs or same SHA otherwise
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.ref || github.sha }}-${{ inputs.package }}-${{ inputs.deploy-to }}
cancel-in-progress: true

defaults:
run:
shell: bash

env:
TEST_RUN : ${{ inputs.deploy-to == 'test' && 'true' || 'false' }}

Expand Down

0 comments on commit 0b56f23

Please sign in to comment.