chore: skip error when send to nightly service error

pull/128/head
moonrailgun 2 years ago
parent 59ad34082c
commit 7a2f1cce27

@ -47,6 +47,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: VERSION=docker-${{ steps.meta.outputs.tags }}
- name: Notify to Service
continue-on-error: true
uses: muinmomin/webhook-action@v1.0.0
with:
url: https://tailchat-nightly.moonrailgun.com/api/plugin:com.msgbyte.simplenotify/webhook/callback

@ -29,6 +29,7 @@ jobs:
working-directory: ./
vercel-args: '--prod'
- name: Notify to Service
continue-on-error: true
uses: muinmomin/webhook-action@v1.0.0
with:
url: https://paw-server-nightly.moonrailgun.com/api/plugin:com.msgbyte.simplenotify/webhook/callback

@ -200,6 +200,7 @@ const createMainWindow = async (url: string) => {
if (!mainWindow) {
throw new Error('"mainWindow" is not defined');
}
if (process.env.START_MINIMIZED) {
mainWindow.minimize();
} else {

Loading…
Cancel
Save