Skip to content

Commit

Permalink
fix: add schedule event
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Jul 17, 2024
1 parent 0a6576f commit d7365c0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dockers-buildbase-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#
name: "Build docker image: buildbase"
on:
schedule:
- cron: "0 1 * * *"
push:
branches:
- "main"
Expand All @@ -25,11 +27,6 @@ on:
- "v*.*.*"
- "*.*.*-*"
- "v*.*.*-*"
paths:
- ".github/actions/docker-build/action.yaml"
- ".github/workflows/_docker-image.yaml"
- ".github/workflows/dockers-buildbase-image.yml"
- "dockers/buildbase/Dockerfile"
pull_request:
paths:
- ".github/actions/docker-build/action.yaml"
Expand Down

0 comments on commit d7365c0

Please sign in to comment.