We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbe2a32 + 031a515 commit f302ecaCopy full SHA for f302eca
.github/workflows/ci.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
ci:
10
name: CI
11
+ # Do not run if this is a pull-request from same repo i.e. not a fork repo
12
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
13
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
14
with:
15
extra_jobs: |
0 commit comments