From 7f587399bb94952b1050c910acb5a7d9d9606333 Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 18 Jan 2024 10:42:38 +0800 Subject: [PATCH] fix: set different schedule for Nim and Go tests - print job.status --- .github/workflows/nim_waku_daily.yml | 2 +- .github/workflows/test_common.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nim_waku_daily.yml b/.github/workflows/nim_waku_daily.yml index fc4793c7..6010f62b 100644 --- a/.github/workflows/nim_waku_daily.yml +++ b/.github/workflows/nim_waku_daily.yml @@ -6,7 +6,7 @@ concurrency: on: schedule: - - cron: '0 3 * * *' + - cron: '0 4 * * *' push: branches: - chore-custom-test-workflows diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 84ee2ecf..8c9fa428 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -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 }}