Skip to content

Commit ecfc791

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
build:
1919
name: Build
2020
runs-on: ${{ inputs.runs-on }}
21+
if: runner.os == 'Linux'
2122
timeout-minutes: 60
2223

2324
steps:

0 commit comments

Comments
 (0)