Don't build new Docker image daily
This commit is contained in:
parent
858afbbec4
commit
f02275df19
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DISCORD_TOKEN: 0
|
DISCORD_TOKEN: 0
|
||||||
OPENAI_TOKEN: 0
|
OPENAI_TOKEN: 0
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request' && github.event_name != 'schedule'
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue