From 4cca60ee1d5883033f482aa29d1c4dc7ea207452 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 11 Feb 2024 04:04:19 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build_rhel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index c598349a3..d19615729 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -451,7 +451,7 @@ jobs: build: [mysql, sqlite3] arch: [X64, ARM64] runs-on: [self-hosted, linux, "${{ matrix.arch }}"] - if: ${{ always() }} + if: ${{ always() && needs.build_images.result == 'success' }} permissions: {} steps: - name: Download SHA256 tag of build-${{ matrix.build }}:${{ matrix.arch }}