We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61ccdd commit e2811b7Copy full SHA for e2811b7
.github/workflows/weekly_pipeline_report.yml
@@ -2,6 +2,9 @@ name: Weekly Pipeline Report
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - feat/ci-report-tool
8
schedule:
9
- cron: "0 8 * * 1" # Every Monday at 8:00 AM UTC
10
0 commit comments