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:
|
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
|
||||||
|
Reference in New Issue
Block a user