Don't build new Docker image daily

This commit is contained in:
2024-02-26 10:08:13 +01:00
parent 858afbbec4
commit f02275df19

View File

@ -31,7 +31,7 @@ jobs:
env:
DISCORD_TOKEN: 0
OPENAI_TOKEN: 0
if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request' && github.event_name != 'schedule'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true