Skip to content

Commit 1cb2674

Browse files
Merge pull request #813 from creative-commoners/pulls/4.3/module-standardiser-1743718869
MNT Run module-standardiser
2 parents d42bb08 + a11d645 commit 1cb2674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)