diff options
Diffstat (limited to '.github/workflows/devel_images.yml')
-rw-r--r-- | .github/workflows/devel_images.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/devel_images.yml b/.github/workflows/devel_images.yml index 0aa661d27a..f490fcb746 100644 --- a/.github/workflows/devel_images.yml +++ b/.github/workflows/devel_images.yml @@ -70,7 +70,7 @@ jobs: - name: Prebuild new UI for awx image (to speed up build process) run: | - make ui-next + make ui if: matrix.build-targets.image-name == 'awx' - name: Build and push AWX devel images |