chore: 优化资源更新CI,自动冒烟并发内测版

This commit is contained in:
MistEO
2023-05-01 00:41:08 +08:00
committed by GitHub
parent f536dfc66f
commit f5d2116fbd

View File

@@ -47,4 +47,10 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force: false
- name: Trigger secondary workflows # ref: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
run: |
gh workflow run --repo $GITHUB_REPOSITORY test
gh workflow run --repo $GITHUB_REPOSITORY release-nightly-ota
env:
GH_TOKEN: ${{ github.token }}