We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b403e commit d8bad09Copy full SHA for d8bad09
.github/workflows/deploy_release.yml
@@ -3,6 +3,9 @@ on:
3
push:
4
5
jobs:
6
+ call-workflow:
7
+ uses: ./.github/github-actions-ci.yml
8
+
9
deploy-release:
10
needs:
11
- run-light-tests
0 commit comments