Skip to content

Commit f47740d

Browse files
committed
fix: try relative path for build.yaml
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
1 parent c53b792 commit f47740d

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: ./.github/workflows/build.yaml
31+
uses: ./build.yaml
3232
with:
3333
runs-on: ${{ matrix.target }}
3434
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)