Skip to content

Commit 08e9fa8

Browse files
committed
fix: use relative path for build.yaml workflow
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
1 parent 77bfc12 commit 08e9fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ 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 }}
34-
34+
3535
test:
3636
name: Test
3737
runs-on: ${{ matrix.target }}

0 commit comments

Comments
 (0)