🔧 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-18 10:16:41 +02:00
parent a77253ebdc
commit cf27f2313a

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.