Skip to content

Commit a6ee401

Browse files
authored
Merge pull request #568 from dbt-labs/fix/environment-gate-fork-prs
2 parents fe028de + 70602a2 commit a6ee401

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ env:
2525
jobs:
2626
run-tests:
2727
runs-on: ubuntu-latest
28+
environment: ${{ (github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository) && 'cloud-tests' || '' }}
2829
strategy:
2930
fail-fast: false
3031
matrix:

.github/workflows/fusion.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ env:
2828
jobs:
2929
run-tests:
3030
runs-on: ubuntu-latest
31+
environment: ${{ (github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository) && 'cloud-tests' || '' }}
3132
strategy:
3233
fail-fast: false
3334
matrix:

0 commit comments

Comments
 (0)