From 88c8e56bed7ca11a13e0820088d3b0dd25e4d7dd Mon Sep 17 00:00:00 2001 From: George Jenkins Date: Wed, 27 Dec 2023 16:46:41 -0800 Subject: [PATCH] remove dead comment Signed-off-by: George Jenkins --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa57ba245..ad82dd06c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,6 @@ on: - main # Note the only differences between release and canary-release jobs are: -# - only canary passes --overwrite flag # - the VERSION make variable passed to 'make dist checksum' is expected to # be "canary" if the job is triggered by a push to "main" branch. If the # job is triggered by a tag push, VERSION should be the tag ref.