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 79d8f7e commit b21c923Copy full SHA for b21c923
2 files changed
.github/workflows/sub-module.yml
@@ -33,14 +33,4 @@ jobs:
33
run: |
34
git add .
35
git commit -m "Sync submodules - Updated submodules" || echo "No changes to commit"
36
- git push origin submodule-sync-${{ github.sha }}
37
-
38
- test:
39
- needs: sync-submodule
40
- runs-on: ubuntu-latest
41
- steps:
42
- - name: Checkout repository
43
- uses: actions/checkout@v3
44
45
- - name: Run tests
46
- uses: ./.github/actions/test.yml
+ git push origin submodule-sync-${{ github.sha }}
.github/workflows/test.yml
@@ -2,6 +2,10 @@ on:
2
push:
3
branches: ['master']
4
workflow_dispatch:
5
+ workflow_run:
6
+ workflows: ["Sync Submodule"]
7
+ types:
8
+ - completed
9
10
name: Test Release
11
0 commit comments