Skip to content

Commit

Permalink
add github.actor to concurrency controls in integration.yml (#1335)
Browse files Browse the repository at this point in the history
* use dynamic schema in test_grant_access_to.py

* use dynamic schema in test_grant_access_to.py

* revert setup

* add github.actor to concurrency controls
  • Loading branch information
colin-rogers-dbt committed Sep 6, 2024
1 parent de2bca1 commit 563633b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ permissions: read-all

# 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 }}
group: ${{ github.workflow }}-${{ github.event_name }}-${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.ref || github.sha }}-${{ github.actor }}
cancel-in-progress: true

# sets default shell to bash, for all operating systems
Expand Down

0 comments on commit 563633b

Please sign in to comment.