We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecb1b6d + ad57cc2 commit db1b770Copy full SHA for db1b770
1 file changed
.github/workflows/ci.yml
@@ -7,4 +7,6 @@ on:
7
8
jobs:
9
ci:
10
+ # Do not run if this is a pull-request from same repo i.e. not a fork repo
11
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
12
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
0 commit comments