Skip to content

Commit d637141

Browse files
authored
CLOUDP-347212: Update release-IPA-metrics.yml to run once per week
1 parent f7e6c03 commit d637141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-IPA-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: IPA Validation Metrics Release
44
on:
55
schedule:
6-
- cron: '0 11 * * *' # Runs daily at 11:00 UTC (11 AM UTC)
6+
- cron: '0 11 * * 0' # Runs every Sunday at 11:00 UTC (11 AM UTC)
77
workflow_dispatch:
88
permissions:
99
issues: write

0 commit comments

Comments
 (0)