Don't build new Docker image daily

This commit is contained in:
Joakim Hellsén 2024-02-26 10:08:13 +01:00
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