From c2bc799dd9cae76e998331a191dc240b19bf720f Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 28 Jun 2023 12:35:50 +1000 Subject: [PATCH] Use correct name for CD build patch job (#7073) --- .github/workflows/continous-delivery.patch.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/continous-delivery.patch.yml b/.github/workflows/continous-delivery.patch.yml index 53ecb144..f51ef601 100644 --- a/.github/workflows/continous-delivery.patch.yml +++ b/.github/workflows/continous-delivery.patch.yml @@ -22,9 +22,8 @@ on: jobs: - # Also patched by continous-integration-docker.patch.yml, which has a different paths-ignore build: - name: Build CI Docker / Build images + name: Build CD Docker / Build images runs-on: ubuntu-latest steps: - run: 'echo "No build required"'