diff options
author | Kyle Speer <kspeer@stitchdata.com> | 2020-11-06 13:41:34 +0000 |
---|---|---|
committer | Kyle Speer <kspeer@stitchdata.com> | 2020-11-06 13:41:34 +0000 |
commit | 38a9aaefeeadd89b245d45f1edca3a639bc14538 (patch) | |
tree | 188cdf84ecbef537a11d8990bcbb1f60695c95b4 /.circleci/config.yml | |
parent | e9a30146d97ea6edf93f0bb619c5868e39ab6eb0 (diff) | |
download | tap-google-sheets-38a9aaefeeadd89b245d45f1edca3a639bc14538.tar.gz tap-google-sheets-38a9aaefeeadd89b245d45f1edca3a639bc14538.tar.zst tap-google-sheets-38a9aaefeeadd89b245d45f1edca3a639bc14538.zip |
change cronchange-cron
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: |