From eea8ef60f8e37c691e407523e8d3234de028cc49 Mon Sep 17 00:00:00 2001 From: "Benjamin R. J. Schwedler" Date: Fri, 10 Apr 2026 16:03:28 -0500 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85417a398..780d242c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,13 +28,11 @@ jobs: - test - bakery - bakery-native - - bakery-pr - release steps: - uses: re-actors/alls-green@release/v1 with: - allowed-skips: bakery-pr jobs: ${{ toJSON(needs) }} test: @@ -143,20 +141,6 @@ jobs: context: "./posit-bakery/test/resources/multiplatform/" dev-versions: include - bakery-pr: - name: Bakery PR Build - if: github.event_name == 'pull_request' - permissions: - contents: read - packages: write - - uses: "./.github/workflows/bakery-build-pr.yml" - with: - # Don't pass version — default "main" is correct here. The head_ref - # pattern used by other jobs breaks on fork PRs because the fork's - # branch doesn't exist in posit-dev/images-shared. - context: "./posit-bakery/test/resources/multiplatform/" - dev-versions: include with-macros-clean-caches: name: Clean Caches (with-macros suite)