Skip to content

Commit

Permalink
test: Have the image build on a schedule.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Dec 21, 2024
1 parent 80f30a1 commit f574b52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: Build and push

on:
workflow_dispatch:
schedule:
# https://crontab.guru/#41_9_*_*_6
- cron: "41 9 * * 6"

permissions:
contents: read
packages: write

# Variables available to all jobs defined in this file
env:
Expand Down

0 comments on commit f574b52

Please sign in to comment.