Merge pull request #1757 from basecamp/flavorjones/ci-fix-oss-syntax
ci-oss.yml: Move the `if` to inside the jobs block
This commit is contained in:
@@ -2,10 +2,11 @@ name: CI (OSS)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
if: github.event.pull_request.head.repo.full_name != github.repository
|
||||
types: [opened, synchronize]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
if: github.event.pull_request.head.repo.full_name != github.repository
|
||||
uses: ./.github/workflows/test.yml
|
||||
with:
|
||||
saas: false
|
||||
|
||||
Reference in New Issue
Block a user