Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 37136f8

Browse files
committed
skip docker build on nightly release
1 parent 82aa9ac commit 37136f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ jobs:
169169
echo ::set-env name=ALLENNLP_MODELS_VERSION_SUFFIX::.dev$(date -u +%Y%m%d)
170170
171171
- name: Build image
172+
# Currently we don't publish Docker images for AllenNLP core nightly builds,
173+
# so we can't build a corresponding models image.
174+
if: github.event_name != 'schedule'
172175
run: |
173176
make docker-image
174177

0 commit comments

Comments
 (0)