Skip to content

Commit 8a1747d

Browse files
committed
.github: don't run generic build in kernelkit/infix
Signed-off-by: Richard Alpe <[email protected]>
1 parent ded65cf commit 8a1747d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generic-x86-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Generic X86 GitHub Build
22

33
on:
44
push:
5-
pull_request:
65

76
jobs:
87
build:
8+
if: github.repository != 'kernelkit/infix'
99
name: Infix x86_64
1010
runs-on: ubuntu-latest
1111

0 commit comments

Comments
 (0)