Skip to content

Commit 9e591a8

Browse files
Remove cron
1 parent d99279b commit 9e591a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: Docker
1+
name: Publish container
22

33
# This workflow uses actions that are not certified by GitHub.
44
# They are provided by a third-party and are governed by
55
# separate terms of service, privacy policy, and support
66
# documentation.
77

88
on:
9-
schedule:
10-
- cron: '30 3,12 * * *'
119
push:
1210
branches: [ $default-branch ]
1311
# Publish semver tags as releases.

0 commit comments

Comments
 (0)