File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -30,19 +30,12 @@ jobs:
3030 if : >
3131 (github.event_name == 'pull_request_target' && github.event.pull_request.base.ref == 'current') ||
3232 (github.event_name != 'pull_request_target' && github.ref_name == 'current')
33- uses : vyos/vyos-1x/.github/workflows/called.yml@current
33+ uses : vyos/gh-action-test- vyos-1x/.github/workflows/called.yml@current
3434 secrets : inherit
3535
3636 call-circinus :
3737 if : >
3838 (github.event_name == 'pull_request_target' && github.event.pull_request.base.ref == 'circinus') ||
3939 (github.event_name != 'pull_request_target' && github.ref_name == 'circinus')
40- uses : vyos/vyos-1x/.github/workflows/called.yml@current
41- secrets : inherit
42-
43- call-sagitta :
44- if : >
45- (github.event_name == 'pull_request_target' && github.event.pull_request.base.ref == 'sagitta') ||
46- (github.event_name != 'pull_request_target' && github.ref_name == 'sagitta')
47- uses : vyos/vyos-1x/.github/workflows/called.yml@current
40+ uses : vyos/gh-action-test-vyos-1x/.github/workflows/called.yml@circinus
4841 secrets : inherit
You can’t perform that action at this time.
0 commit comments