Skip to content

Commit

Permalink
fix concurrency group for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 10, 2024
1 parent cbf29f6 commit 1f62c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/functional-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ on:
package:
type: string
default: dbt-athena

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.ref || github.sha }}
group: ${{ github.workflow }}-${{ github.event_name }}-${{ inputs.checkout-ref }}-${{ inputs.checkout-repository }}-${{ inputs.package }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit 1f62c81

Please sign in to comment.