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 44d6ce6 commit 53864c4Copy full SHA for 53864c4
.github/workflows/update-e2e-tests.yml
@@ -3,7 +3,7 @@ name: Update E2E Tests Snapshots
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: 0 5 * * 1-5 # weekdays at 5:00 AM UTC
+ - cron: 15 2 * * 1 # every Monday at 2:15 AM UTC
7
pull_request:
8
types: [labeled]
9
jobs:
0 commit comments