diff options
author | Kyle Speer <kspeer@stitchdata.com> | 2020-11-13 20:05:53 +0000 |
---|---|---|
committer | Kyle Speer <kspeer@stitchdata.com> | 2020-11-13 20:05:53 +0000 |
commit | 8fec5bef025c700530a4f0c693673563be29948d (patch) | |
tree | 188cdf84ecbef537a11d8990bcbb1f60695c95b4 | |
parent | 954c8d34868a6314321fa892a991e44c76ee5e99 (diff) | |
download | tap-google-sheets-tests/move-cron.tar.gz tap-google-sheets-tests/move-cron.tar.zst tap-google-sheets-tests/move-cron.zip |
move chron hour 00 -> 15 UTCtests/move-cron
-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: |