Skip to content

Commit 4935e42

Browse files
authored
Disable schedule
1 parent a9ef18f commit 4935e42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build and Deploy Container
22
on:
33
push:
44
workflow_dispatch:
5-
schedule:
6-
# build on every 15th of the month
7-
- cron: "0 0 15 * *"
5+
# schedule:
6+
# # build on every 15th of the month
7+
# - cron: "0 0 15 * *"
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)