Skip to content

Commit 1f15c67

Browse files
authored
Disable scheduled workflow
1 parent 74526ed commit 1f15c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name: Docker
66
# documentation.
77

88
on:
9-
schedule:
10-
- cron: "27 0 * * *"
9+
# schedule:
10+
# - cron: "27 0 * * *"
1111
push:
1212
branches: ["main", "next"]
1313
# Publish semver tags as releases.

0 commit comments

Comments
 (0)