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
…1336)

* 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

(cherry picked from commit 563633b)

Co-authored-by: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com>
  • Loading branch information
mikealfare and colin-rogers-dbt committed Sep 10, 2024
1 parent 30381f5 commit 97904ef
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 @@ -44,7 +44,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 97904ef

Please sign in to comment.