File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
- name : Self Trigger
1
+ name : Kernelkit Trigger
2
2
3
3
on :
4
4
pull_request :
11
11
12
12
jobs :
13
13
build-x86_64 :
14
+ if : startsWith(github.repository, 'kernelkit/')
14
15
uses : ./.github/workflows/build.yml
15
16
with :
16
17
target : " x86_64"
17
18
name : " infix"
18
19
flavor : " _minimal"
19
20
20
21
build-aarch64 :
22
+ if : startsWith(github.repository, 'kernelkit/')
21
23
uses : ./.github/workflows/build.yml
22
24
with :
23
25
target : " aarch64"
24
26
name : " infix"
25
27
flavor : " _minimal"
26
28
27
29
test-run-x86_64 :
30
+ if : startsWith(github.repository, 'kernelkit/')
28
31
needs : build-x86_64
29
32
uses : ./.github/workflows/test.yml
30
33
with :
31
34
target : " x86_64"
32
35
name : " infix"
33
36
34
37
test-publish-x86_64 :
38
+ if : startsWith(github.repository, 'kernelkit/')
35
39
needs : test-run-x86_64
36
40
uses : ./.github/workflows/publish.yml
37
41
You can’t perform that action at this time.
0 commit comments