We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7475c11 commit 80c0081Copy full SHA for 80c0081
.github/workflows/test.yml
@@ -62,6 +62,7 @@ jobs:
62
uses: ./.github/workflows/check-licenses.yml
63
64
cloud-tests-filter:
65
+ if: github.event.pull_request.head.repo.fork == false
66
needs:
67
- run-tests
68
uses: ./.github/workflows/cloud-tests-filter.yml
@@ -73,6 +74,7 @@ jobs:
73
74
- validate-manifests
75
- check-licenses
76
- cloud-tests-filter
- if: (github.event_name == 'merge_group' || needs.cloud-tests-filter.outputs.run-cloud-tests == 'true')
77
+ if: |
78
+ github.event_name == 'merge_group' || needs.cloud-tests-filter.outputs.run-cloud-tests == 'true'
79
uses: ./.github/workflows/cloud-tests.yml
80
secrets: inherit
0 commit comments