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 }}