UTBot Java: night statistics monitoring #760
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "UTBot Java: night statistics monitoring" | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
run_monitoring: | |
uses: ./.github/workflows/collect-statistics.yml | |
secrets: inherit | |
with: | |
runners: 3 | |
run_number: 1 | |
message_prefix: night-monitoring | |
push_results: true | |
send_to_grafana: true |