🧪🚑 Fix running awx image in CI on merge (#15510)

This is a variation of #15509, fixing the `run_awx_devel` in-tree
action this time.
This commit is contained in:
Sviatoslav Sydorenko (Святослав Сидоренко) 2024-09-13 20:42:48 +02:00 committed by GitHub
parent a9b0d9f2e5
commit 6bfe76d6d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ runs:
shell: bash
run: |
DEV_DOCKER_OWNER=${{ github.repository_owner }} \
COMPOSE_TAG=${{ github.base_ref }} \
COMPOSE_TAG=${{ github.base_ref || github.ref_name }} \
COMPOSE_UP_OPTS="-d" \
make docker-compose