Compare commits

..

1 Commits

3 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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