Skip to content

Commit

Permalink
[circleci] nightly push
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin authored and aptos-bot committed Mar 16, 2022
1 parent 23967ad commit 0d49c22
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ workflows:
continuous-push:
triggers:
- schedule:
# every 4 hours
cron: "15 0,4,8,12,16,20 * * *"
filters:
branches:
Expand All @@ -223,6 +224,19 @@ workflows:
- docker-build-push:
context: aws-dev
addl_tag: main
nightly:
triggers:
- schedule:
# weekday 9:31AM PST
cron: "31 16 * * 1,2,3,4,5"
filters:
branches:
only:
- main
jobs:
- docker-build-push:
context: aws-dev
addl_tag: main
- ecr-dockerhub-mirror:
context:
- aws-dev
Expand Down

0 comments on commit 0d49c22

Please sign in to comment.