We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd41776 commit 2f94356Copy full SHA for 2f94356
.github/workflows/csv-coverage-metrics.yml
@@ -1,6 +1,8 @@
1
name: "Publish framework coverage as metrics"
2
3
on:
4
+ schedule:
5
+ - cron: '5 0 * * *'
6
push:
7
branches:
8
- main
0 commit comments