Skip to content

Commit 11e9b26

Browse files
committed
MNT Run module-standardiser
1 parent 4a73f8b commit 11e9b26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
ci:
1010
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
1113
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
1214
with:
1315
# installer contains a sample behat.yml file, though there are no behat tests to run

0 commit comments

Comments
 (0)