Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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)
Expand Down
Loading