Skip to content

Commit f2b26db

Browse files
authored
Update caller.yml
1 parent 7ff65fe commit f2b26db

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/caller.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)