We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe028de + 70602a2 commit a6ee401Copy full SHA for a6ee401
2 files changed
.github/workflows/ci.yml
@@ -25,6 +25,7 @@ env:
25
jobs:
26
run-tests:
27
runs-on: ubuntu-latest
28
+ environment: ${{ (github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository) && 'cloud-tests' || '' }}
29
strategy:
30
fail-fast: false
31
matrix:
.github/workflows/fusion.yml
@@ -28,6 +28,7 @@ env:
32
33
34
0 commit comments