Skip to content

Commit

Permalink
add scheduled run every sunday 5am
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Dec 23, 2024
1 parent 3ab934a commit 8738c8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_publish_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
schedule:
- cron: "0 5 * * Sun"

jobs:
build-publish-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8738c8f

Please sign in to comment.