Remove cron schedule from docker-publish.yml

Removed scheduled cron job from Docker publish workflow.
This commit is contained in:
Robin Olsen
2026-02-23 17:40:29 +01:00
committed by GitHub
parent facb31015f
commit 69329d5274

View File

@@ -6,8 +6,6 @@ name: Docker
# documentation.
on:
schedule:
- cron: '45 15 * * *'
push:
branches: [ "main" ]
# Publish semver tags as releases.