Skip to content

Commit

Permalink
Reduce the frequency of docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 21, 2025
1 parent bbb3b9c commit 335dc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Docker
on:
workflow_dispatch:
schedule:
- cron: "0 22 * * *"
- cron: "0 22 * * 1"
push:
branches:
- main
Expand Down

0 comments on commit 335dc9c

Please sign in to comment.