Skip to content

Commit 5b9055b

Browse files
CA: fix typo in schedule
1 parent b3f26de commit 5b9055b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/ca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CA-scrape:
55
environment: scrapers
66
triggers:
77
# - cron: 0 0,12 * * ?
8-
- cron: 0, */4, * * ?
8+
- cron: 0 */4 * * ?
99
memory: 4096
1010
cpu: 512
1111
timeout_minutes: 360

0 commit comments

Comments
 (0)