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