Don't build new Docker image daily
This commit is contained in:
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user