Skip to content

Commit

Permalink
Merge branch 'main' of github.com:radicalgrimoire/docker-helixcore
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno-s committed Feb 15, 2024
2 parents b1891f8 + 954baf6 commit 7fcd308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build-develop

on:
schedule:
- cron: '0 1 * * 1'
- cron: '0 2 * * *'

push:
branches:
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
with:
# The name of the image to push.
docker_files_name: 'Dockerfile'
secrets: inherit
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build-test

on:
schedule:
- cron: '0 1 * * 1'
- cron: '0 3 * * *'

push:
branches:
Expand Down

0 comments on commit 7fcd308

Please sign in to comment.