Compare commits
2 Commits
2219ad209d
...
3c9b8ba3f9
Author | SHA1 | Date | |
---|---|---|---|
3c9b8ba3f9 | |||
8f685e923e |
@ -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
|
||||
|
@ -655,7 +655,6 @@ def main_loop():
|
||||
bot.infinity_polling()
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
try:
|
||||
main_loop()
|
||||
|
Loading…
Reference in New Issue
Block a user