We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750a51b commit dc0e817Copy full SHA for dc0e817
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
- "**"
7
# This is so we can call CI locally from other workflows that might want to
8
# run CI before doing whatever task they're doing. Like the release workflow.
9
- workflow-call:
+ workflow_call:
10
11
defaults:
12
run:
0 commit comments