Skip to content

Commit bb30ffc

Browse files
committed
ci(gcp): drop fork-skip guard, repo setting already gates fork PRs
1 parent 1dc7fb0 commit bb30ffc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/gcp-integration-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ on:
2121
jobs:
2222
gcp-integration-tests:
2323
name: GCP Integration Tests
24-
# Skip PRs from forks — repo secrets aren't exposed there.
25-
if: >-
26-
github.event_name != 'pull_request' ||
27-
github.event.pull_request.head.repo.full_name == github.repository
2824
runs-on: ubuntu-latest
2925
timeout-minutes: 60
3026
permissions:

0 commit comments

Comments
 (0)