File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111jobs :
1212 check-assets :
1313 runs-on : ubuntu-latest
14+ if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1415 steps :
1516 - name : Restore Geodat Cache
1617 uses : actions/cache/restore@v5
7576 fail-fast : false
7677
7778 runs-on : ubuntu-latest
79+ if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
7880 env :
7981 GOOS : ${{ matrix.goos}}
8082 GOARCH : ${{ matrix.goarch }}
Original file line number Diff line number Diff line change 1111jobs :
1212 check-assets :
1313 runs-on : ubuntu-latest
14+ if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1415 steps :
1516 - name : Restore Geodat Cache
1617 uses : actions/cache/restore@v5
@@ -161,6 +162,7 @@ jobs:
161162 fail-fast : false
162163
163164 runs-on : ubuntu-latest
165+ if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
164166 env :
165167 GOOS : ${{ matrix.goos }}
166168 GOARCH : ${{ matrix.goarch }}
You can’t perform that action at this time.
0 commit comments