We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ab05a commit 41301b2Copy full SHA for 41301b2
.github/workflows/dev.yml
@@ -6,7 +6,9 @@ on:
6
7
# Allows you to run this workflow manually from the Actions tab
8
workflow_dispatch:
9
-
+ # Allows us to call the workflow from another workflow
10
+ workflow_call:
11
+
12
jobs:
13
call-test-workflow:
14
#https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow
0 commit comments