Skip to content

Commit d052241

Browse files
Create caller.yml
1 parent 8e9afc4 commit d052241

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/caller.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: call reusable workflow
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
call-cache-reuse:
8+
uses: ./.github/workflows/call-reusable.yml
9+
secrets: inherit

0 commit comments

Comments
 (0)