mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 22:24:19 +01:00
875687467466
This commit is contained in:
parent
3ba325b75e
commit
dff3ecd27c
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
|
@ -47,6 +47,12 @@ jobs:
|
|||
- name: Build the docker images.
|
||||
run: docker compose --profile ${{ matrix.profile }} build --progress plain
|
||||
|
||||
- name: Not on Monday or Wednesday
|
||||
if: github.event.schedule != '30 5 * * 1,3'
|
||||
run: echo "This step will be skipped on Monday and Wednesday"
|
||||
- name: Every time
|
||||
run: echo "This step will always run"
|
||||
|
||||
- name: ehco info
|
||||
if: {{vars.DOCKERHUB_USERNAME}}
|
||||
run: echo env ${{env.DOCKERHUB_USERNAME}} vars ${{vars.DOCKERHUB_USERNAME}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue