From 4011e349b3bc1396995d55921e495a613feea81b Mon Sep 17 00:00:00 2001 From: Weiqi Gao Date: Fri, 29 Dec 2023 09:20:12 +0800 Subject: [PATCH] Call build after receiving repository_dispatch --- .github/workflows/update-um-react.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-um-react.yml b/.github/workflows/update-um-react.yml index 88d0d35..9fbda79 100644 --- a/.github/workflows/update-um-react.yml +++ b/.github/workflows/update-um-react.yml @@ -24,6 +24,9 @@ jobs: - name: Push uses: actions4git/add-commit-push@v1 + continue-on-error: true with: commit-message: Update um-react to ${{ github.event.client_payload.tag }} - + + - name: Call build + uses: ./.github/workflows/build-electron.yml