File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments