We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e6c03 commit d637141Copy full SHA for d637141
.github/workflows/release-IPA-metrics.yml
@@ -3,7 +3,7 @@
3
name: IPA Validation Metrics Release
4
on:
5
schedule:
6
- - cron: '0 11 * * *' # Runs daily at 11:00 UTC (11 AM UTC)
+ - cron: '0 11 * * 0' # Runs every Sunday at 11:00 UTC (11 AM UTC)
7
workflow_dispatch:
8
permissions:
9
issues: write
0 commit comments