Compare commits

...

1 Commits

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 }}