Skip to content

Commit eea8ef6

Browse files
committed
Remove bakery-pr job from ci.yml
GitHub cannot resolve relative reusable workflow refs (./path) during pull_request validation for recently added files. This causes startup_failure on every PR. The bakery-pr test job will be re-added in the product repo rollout PRs which call bakery-build-pr.yml via the full repo path.
1 parent 1415b20 commit eea8ef6

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ jobs:
2828
- test
2929
- bakery
3030
- bakery-native
31-
- bakery-pr
3231
- release
3332

3433
steps:
3534
- uses: re-actors/alls-green@release/v1
3635
with:
37-
allowed-skips: bakery-pr
3836
jobs: ${{ toJSON(needs) }}
3937

4038
test:
@@ -143,20 +141,6 @@ jobs:
143141
context: "./posit-bakery/test/resources/multiplatform/"
144142
dev-versions: include
145143

146-
bakery-pr:
147-
name: Bakery PR Build
148-
if: github.event_name == 'pull_request'
149-
permissions:
150-
contents: read
151-
packages: write
152-
153-
uses: "./.github/workflows/bakery-build-pr.yml"
154-
with:
155-
# Don't pass version — default "main" is correct here. The head_ref
156-
# pattern used by other jobs breaks on fork PRs because the fork's
157-
# branch doesn't exist in posit-dev/images-shared.
158-
context: "./posit-bakery/test/resources/multiplatform/"
159-
dev-versions: include
160144

161145
with-macros-clean-caches:
162146
name: Clean Caches (with-macros suite)

0 commit comments

Comments
 (0)