Skip to content

Commit ddcbf5b

Browse files
committed
ci: update pipelines
- Always run the OSS tests - Only run the SaaS tests on 37signals-internal PRs
1 parent f116046 commit ddcbf5b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci-oss.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ 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:

.github/workflows/ci-saas.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
with:
1111
saas: false
1212
test_saas:
13+
if: github.event.pull_request.head.repo.full_name == github.repository
1314
name: Test (SaaS)
1415
uses: ./.github/workflows/test.yml
1516
with:

0 commit comments

Comments
 (0)