Skip to content

Commit 827be1c

Browse files
authored
Fix yaml syntax error in ci-rest job (#4776)
Fix yaml syntax error in ci-rest job. --- TYPE: NO_HISTORY
1 parent 9883b34 commit 827be1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-rest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: REST CI
22

33
on:
4-
- workflow_call
5-
- workflow_dispatch
4+
workflow_call:
5+
workflow_dispatch:
66

77
push:
88
branches:

0 commit comments

Comments
 (0)