From 1fce139f4352aa1f502fc9c87c98a06d5382116b Mon Sep 17 00:00:00 2001 From: 0x009922 <43530070+0x009922@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:36:16 +0900 Subject: [PATCH] chore: rename job name Signed-off-by: 0x009922 <43530070+0x009922@users.noreply.github.com> --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 96b2d6357d..cee1925c58 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -178,7 +178,7 @@ jobs: # Run the job to check that the docker containers are properly buildable - pr-generator-build: + image_build_push: # Job will only execute if the head of the pull request is a branch for PR-generator case if: startsWith(github.head_ref, 'iroha2-pr-deploy/') runs-on: [self-hosted, Linux, iroha2]