Compare commits

..

2 Commits

Author SHA1 Message Date
3c9b8ba3f9 Trigger bot build process
All checks were successful
build
2023-03-28 12:04:22 +02:00
8f685e923e Fixed condition in bot build step 2023-03-28 12:03:59 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -97,7 +97,7 @@ jobs:
# Bot
- name: "[Bot] Build and push"
if: steps.changes.outputs.bot == 'true'
if: steps.changes.outputs.telegram_bot == 'true'
uses: docker/build-push-action@v4
with:
file: Dockerfile

View File

@ -655,7 +655,6 @@ def main_loop():
bot.infinity_polling()
if __name__ == '__main__':
try:
main_loop()