Compare commits
2 Commits
2219ad209d
...
3c9b8ba3f9
Author | SHA1 | Date | |
---|---|---|---|
3c9b8ba3f9 | |||
8f685e923e |
@ -97,7 +97,7 @@ jobs:
|
|||||||
|
|
||||||
# Bot
|
# Bot
|
||||||
- name: "[Bot] Build and push"
|
- name: "[Bot] Build and push"
|
||||||
if: steps.changes.outputs.bot == 'true'
|
if: steps.changes.outputs.telegram_bot == 'true'
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
|
@ -655,7 +655,6 @@ def main_loop():
|
|||||||
bot.infinity_polling()
|
bot.infinity_polling()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
try:
|
try:
|
||||||
main_loop()
|
main_loop()
|
||||||
|
Loading…
Reference in New Issue
Block a user