Disable cron schedule

This commit is contained in:
DogmaDragon 2025-11-22 15:56:55 +02:00
parent e9350b166d
commit 1ac6fff361

View File

@ -4,8 +4,8 @@ on:
push: push:
branches: branches:
- main - main
schedule: # schedule:
- cron: '0 0 * * *' # - cron: '0 0 * * *'
workflow_dispatch: workflow_dispatch:
permissions: permissions: