Skip to content

Commit 2819f57

Browse files
committed
ci-oss.yml: Move the if to inside the jobs block
and reverse the sense of the test.
1 parent f116046 commit 2819f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-oss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI (OSS)
22

33
on:
44
pull_request:
5-
if: github.event.pull_request.head.repo.full_name != github.repository
65

76
jobs:
87
test:
8+
if: github.event.pull_request.head.repo.full_name == github.repository
99
uses: ./.github/workflows/test.yml
1010
with:
1111
saas: false

0 commit comments

Comments
 (0)