Skip to content

Commit 0ebcbb5

Browse files
authored
ci: don't run cloud or e2e tests on fork PRs (#141)
1 parent 281ee09 commit 0ebcbb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878

7979
test-cloud:
8080
name: Test Cloud
81+
if: github.event.repository.fork != true
8182
runs-on: ubuntu-latest
8283
permissions:
8384
id-token: write
@@ -110,6 +111,7 @@ jobs:
110111

111112
test-python-e2e:
112113
name: Python E2E Tests
114+
if: github.event.repository.fork != true
113115
runs-on: ubuntu-latest
114116
permissions:
115117
id-token: write

0 commit comments

Comments
 (0)