Skip to content

Commit

Permalink
Update build schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jul 23, 2024
1 parent d023fe6 commit 1178c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder-buildah-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Autoware builder container images using Buildah
on:
workflow_dispatch:
schedule:
- cron: '34 15 * * 0' # 15:34 UTC every Sunday
- cron: '30 12 * * 0' # 12:30 UTC every Sunday
push:
paths:
- .github/workflows/builder-buildah-build.yml # Self-trigger
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime-buildah-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Autoware runtime container images using Buildah
on:
workflow_dispatch:
schedule:
- cron: '34 15 * * 0' # 15:34 UTC every Sunday
- cron: '30 16 * * 1-5' # 16:30 UTC every weekday
push:
paths:
- .github/workflows/runtime-buildah-build.yml # Self-trigger
Expand Down

0 comments on commit 1178c3f

Please sign in to comment.