mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
fix: set different schedule for Nim and Go tests
- print job.status
This commit is contained in:
parent
26d0cf2c95
commit
7f587399bb
2
.github/workflows/nim_waku_daily.yml
vendored
2
.github/workflows/nim_waku_daily.yml
vendored
@ -6,7 +6,7 @@ concurrency:
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
- cron: '0 4 * * *'
|
||||
push:
|
||||
branches:
|
||||
- chore-custom-test-workflows
|
||||
|
||||
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user