Skip to content

Commit cd4e5c1

Browse files
committed
Do not run cloud tests for contributions
Signed-off-by: jose.vazquez <[email protected]>
1 parent 1058ed2 commit cd4e5c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
uses: ./.github/workflows/check-licenses.yml
6363

6464
cloud-tests-filter:
65+
if: github.event.pull_request.head.repo.fork == false
6566
needs:
6667
- run-tests
6768
uses: ./.github/workflows/cloud-tests-filter.yml
@@ -73,6 +74,7 @@ jobs:
7374
- validate-manifests
7475
- check-licenses
7576
- cloud-tests-filter
76-
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'
7779
uses: ./.github/workflows/cloud-tests.yml
7880
secrets: inherit

0 commit comments

Comments
 (0)