Skip to content

Commit

Permalink
ci: change cron schedules (autowarefoundation#75)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored Mar 3, 2022
1 parent f181d38 commit 6566ca0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build-self-hosted

on:
schedule:
- cron: 0 19 * * 0 # run at 4 AM JST on Sundays
- cron: 0 0 * * 0
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on:
schedule:
- cron: 0 19 * * 0 # run at 4 AM JST on Sundays
- cron: 0 0 * * 0
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- v*
schedule:
- cron: 0 19 1,15 * * # run at 4 AM JST every two weeks
- cron: 0 0 1,15 * 0
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- v*
schedule:
- cron: 0 19 1,15 * * # run at 4 AM JST every two weeks
- cron: 0 0 1,15 * 0
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: update-docker-manifest

on:
schedule:
- cron: 0 19 * * * # run at 4 AM JST
- cron: 0 0 * * 0
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6566ca0

Please sign in to comment.