Comment out push, pull_request, and schedule triggers in workflow files

This commit is contained in:
2025-04-12 14:23:39 +02:00
parent 5ec31ba126
commit 41c03e10f6
3 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,11 @@
name: Docker
on:
push:
pull_request:
# push:
# pull_request:
workflow_dispatch:
schedule:
- cron: "0 6 * * *"
# schedule:
# - cron: "0 6 * * *"
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}

View File

@ -1,11 +1,11 @@
name: Poetry
on:
push:
pull_request:
# push:
# pull_request:
workflow_dispatch:
schedule:
- cron: "0 6 * * *"
# schedule:
# - cron: "0 6 * * *"
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}

View File

@ -1,11 +1,11 @@
name: uv
on:
push:
pull_request:
# push:
# pull_request:
workflow_dispatch:
schedule:
- cron: "0 6 * * *"
# schedule:
# - cron: "0 6 * * *"
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}