fix: set different schedule for Nim and Go tests

- print job.status
This commit is contained in:
Roman 2024-01-18 10:42:38 +08:00
parent 26d0cf2c95
commit 7f587399bb
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ concurrency:
on:
schedule:
- cron: '0 3 * * *'
- cron: '0 4 * * *'
push:
branches:
- chore-custom-test-workflows

View File

@ -92,6 +92,6 @@ jobs:
with:
severity: info
username: ${{ github.workflow }}
description: ""
description: "## Test Run Result ${{ job.status }}"
details: ${{ env.JOB_SUMMARY }}
webhookUrl: ${{ secrets.DISCORD_TEST_REPORTS_WH }}