🔧 chore(docker-publish.yml): remove scheduled job for Docker workflow

🔧 chore(docker-publish.yml): remove scheduled job for Docker workflow to simplify the workflow and avoid unnecessary executions
This commit is contained in:
2023-08-17 17:43:11 +02:00
parent c8997ab418
commit f5e5145b14

View File

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