Skip to content

Commit 209a6d2

Browse files
committed
Use relative ref for bakery-build-pr.yml
Now that bakery-build-pr.yml exists on main (merged in #442), the relative ref resolves correctly. This matches the pattern used by bakery-build.yml and bakery-build-native.yml, and lets PRs that modify bakery-build-pr.yml test their own changes.
1 parent 4416609 commit 209a6d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
permissions:
153153
contents: read
154154
packages: write
155-
uses: posit-dev/images-shared/.github/workflows/bakery-build-pr.yml@main
155+
uses: "./.github/workflows/bakery-build-pr.yml"
156156
with:
157157
context: "./posit-bakery/test/resources/multiplatform/"
158158
dev-versions: include

0 commit comments

Comments
 (0)