We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d698410 commit 5195ea4Copy full SHA for 5195ea4
.github/workflows/build.yml
@@ -2,8 +2,8 @@ name: Build and push image📦
2
3
on:
4
workflow_dispatch:
5
- # schedule:
6
- # - cron: "00 17 * * SAT"
+ schedule:
+ - cron: "00 12 1 * *"
7
push:
8
branches: ["main"]
9
# pull_request:
0 commit comments