Skip to content

Commit 3b8ebcb

Browse files
committed
ci: drop fork-PR cost gates
Org-level fork-PR approval is now enforced for all external contributors, so the per-job head.repo gate adds nothing beyond cost shaping. Drop it on installer-smoke and image-release-rootfs-smoke so contributor PRs get the same regression coverage we run on internal branches.
1 parent 425de73 commit 3b8ebcb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
installer-smoke:
5656
name: installer smoke (${{ matrix.image }}, ${{ matrix.path }})
5757
runs-on: ubuntu-24.04
58-
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
5958
timeout-minutes: 45
6059
strategy:
6160
fail-fast: false
@@ -123,7 +122,6 @@ jobs:
123122
image-release-rootfs-smoke:
124123
name: image release rootfs smoke
125124
runs-on: ubuntu-24.04
126-
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
127125
timeout-minutes: 45
128126
steps:
129127
- name: Checkout feed

0 commit comments

Comments
 (0)