From 802a2433857647d5696bd88b02eed6fdf4d4fb95 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Wed, 27 Nov 2024 15:49:02 +0000 Subject: [PATCH] fix(mergify): align `build` job name across workflows (#9055) --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 7f0a19dcc06..517ba4151f2 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -121,7 +121,7 @@ jobs: # workflow or repository variable is configured differently. Testnet jobs change that config to # testnet when running the image. build: - name: Build images + name: Build CI Docker # Skip PRs from external repositories, let them pass, and then GitHub's Merge Queue will check them if: ${{ !startsWith(github.event_name, 'pull') || !github.event.pull_request.head.repo.fork }} uses: ./.github/workflows/sub-build-docker-image.yml