We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f86cd commit c53b792Copy full SHA for c53b792
.github/workflows/pr-check.yaml
@@ -28,7 +28,7 @@ jobs:
28
matrix:
29
target: [windows-2022, macos-14, ubuntu-24.04]
30
fail-fast: true
31
- uses: redhat-developer/podman-desktop-redhat-account-ext/.github/workflows/build.yaml
+ uses: ./.github/workflows/build.yaml
32
with:
33
runs-on: ${{ matrix.target }}
34
ref: ${{ github.event.pull_request.head.sha }}
0 commit comments