diff options
author | Kyle Speer <54034650+kspeer825@users.noreply.github.com> | 2020-11-13 15:29:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 15:29:38 -0500 |
commit | 1080d5ece1d90464c448c7e3f8dc58410fad0601 (patch) | |
tree | 188cdf84ecbef537a11d8990bcbb1f60695c95b4 /.circleci/config.yml | |
parent | 954c8d34868a6314321fa892a991e44c76ee5e99 (diff) | |
download | tap-google-sheets-1080d5ece1d90464c448c7e3f8dc58410fad0601.tar.gz tap-google-sheets-1080d5ece1d90464c448c7e3f8dc58410fad0601.tar.zst tap-google-sheets-1080d5ece1d90464c448c7e3f8dc58410fad0601.zip |
move chron hour 00 -> 15 UTC (#22)
Co-authored-by: Kyle Speer <kspeer@stitchdata.com>
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index bb39c2c..577428f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml | |||
@@ -53,7 +53,7 @@ workflows: | |||
53 | build_daily: | 53 | build_daily: |
54 | triggers: | 54 | triggers: |
55 | - schedule: | 55 | - schedule: |
56 | cron: "0 0 * * *" | 56 | cron: "0 15 * * *" |
57 | filters: | 57 | filters: |
58 | branches: | 58 | branches: |
59 | only: | 59 | only: |