File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,7 @@ jobs:
467
467
matrix :
468
468
os : [ubuntu-latest, macos-latest, windows-latest]
469
469
runs-on : ${{ matrix.os }}
470
+ if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
470
471
steps :
471
472
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
472
473
- name : Move pixi.toml
@@ -485,6 +486,7 @@ jobs:
485
486
matrix :
486
487
os : [ubuntu-latest, macos-latest, windows-latest]
487
488
runs-on : ${{ matrix.os }}
489
+ if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
488
490
steps :
489
491
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
490
492
- name : Move pixi.toml
You can’t perform that action at this time.
0 commit comments