Skip to content

Commit b21c923

Browse files
committed
Update actions
1 parent 79d8f7e commit b21c923

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/sub-module.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,4 @@ jobs:
3333
run: |
3434
git add .
3535
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
36+
git push origin submodule-sync-${{ github.sha }}

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ on:
22
push:
33
branches: ['master']
44
workflow_dispatch:
5+
workflow_run:
6+
workflows: ["Sync Submodule"]
7+
types:
8+
- completed
59

610
name: Test Release
711

0 commit comments

Comments
 (0)