File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ defaults:
99 shell : bash
1010jobs :
1111 test :
12+ if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1213 strategy :
1314 fail-fast : false
1415 matrix :
6768 if : matrix.versions != 'minimal'
6869 run : |
6970 hatch run +py=${{matrix.python}} integration:test
71+
7072 style :
73+ if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
7174 runs-on : ubuntu-latest
7275 steps :
7376 - name : Download source
@@ -104,6 +107,7 @@ jobs:
104107 run : hatch run lint:spelling
105108
106109 package :
110+ if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
107111 runs-on : ubuntu-latest
108112 steps :
109113 - uses : actions/checkout@v6
Original file line number Diff line number Diff line change 66 - cron : ' 0 6 * * 6'
77jobs :
88 build :
9+ if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
910 runs-on : ubuntu-latest
1011 steps :
1112 - name : Download source
You can’t perform that action at this time.
0 commit comments