We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4522f64 commit d7951c2Copy full SHA for d7951c2
1 file changed
.github/workflows/test.yml
@@ -467,6 +467,7 @@ jobs:
467
matrix:
468
os: [ubuntu-latest, macos-latest, windows-latest]
469
runs-on: ${{ matrix.os }}
470
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
471
steps:
472
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
473
- name: Move pixi.toml
@@ -485,6 +486,7 @@ jobs:
485
486
487
488
489
490
491
492
0 commit comments