Skip to content

Commit 69425f1

Browse files
committed
chore: run build in pr-check only on linux
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
1 parent d6b53b8 commit 69425f1

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
@@ -26,7 +26,7 @@ jobs:
2626
needs: test
2727
strategy:
2828
matrix:
29-
target: [windows-2022, macos-14, ubuntu-24.04]
29+
target: [ubuntu-24.04]
3030
fail-fast: true
3131
uses: redhat-developer/podman-desktop-redhat-account-ext/.github/workflows/build.yaml@main
3232
with:

0 commit comments

Comments
 (0)