Skip to content

Commit 53864c4

Browse files
CLOUDP-348763: [AtlasCLI] Reduce snapshot interval from daily to weekly (#4242)
1 parent 44d6ce6 commit 53864c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update E2E Tests Snapshots
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: 0 5 * * 1-5 # weekdays at 5:00 AM UTC
6+
- cron: 15 2 * * 1 # every Monday at 2:15 AM UTC
77
pull_request:
88
types: [labeled]
99
jobs:

0 commit comments

Comments
 (0)