Skip to content

Commit c53b792

Browse files
committed
fix: use relative path to build workflow
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
1 parent 75f86cd commit c53b792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
target: [windows-2022, macos-14, ubuntu-24.04]
3030
fail-fast: true
31-
uses: redhat-developer/podman-desktop-redhat-account-ext/.github/workflows/build.yaml
31+
uses: ./.github/workflows/build.yaml
3232
with:
3333
runs-on: ${{ matrix.target }}
3434
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)