From 88369f7ade36328e1b5156841a8127358c4a69a3 Mon Sep 17 00:00:00 2001 From: Kristof Mattei <864376+Kristof-Mattei@users.noreply.github.com> Date: Mon, 13 Dec 2021 10:54:11 -0800 Subject: [PATCH] chore: remove outdated comment --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9c2f5551..f39f62fe 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -375,7 +375,6 @@ jobs: run: | docker push ${REGISTRY,,}/${IMAGE_NAME,,} --all-tags - # human all-done: name: All done # this is the job that should be marked as required on GitHub. It's the only one that'll reliably trigger