From: Patrick Donnelly Date: Sun, 12 Jul 2026 15:52:29 +0000 (-0400) Subject: .github/workflows/releng-audit: cleanup branches X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6509cefb816bf41bc07abd93e70080da2b005ede;p=ceph.git .github/workflows/releng-audit: cleanup branches Signed-off-by: Patrick Donnelly --- diff --git a/.github/workflows/releng-audit.yaml b/.github/workflows/releng-audit.yaml index 50312a1591d..5875f4817e9 100644 --- a/.github/workflows/releng-audit.yaml +++ b/.github/workflows/releng-audit.yaml @@ -80,9 +80,7 @@ jobs: core.info('[Router] Detected /audit retest command. Triggering audit.'); core.setOutput('run_audit', 'true'); return; - } - - if (commentBody.startsWith('/audit test-branch')) { + } else if (commentBody.startsWith('/audit test-branch')) { core.info(`[Router] Validating if user @${actor} is authorized to activate test branch.`); const isAuthorized = await checkAuthorization(actor); @@ -117,9 +115,7 @@ jobs: core.setOutput('run_audit', 'false'); } return; - } - - if (commentBody.startsWith('/audit override')) { + } else if (commentBody.startsWith('/audit override')) { core.info(`[Router] Validating if user @${actor} is authorized to apply override.`); const isAuthorized = await checkAuthorization(actor);