From: Marc-Andre Casavant Date: Fri, 12 Jun 2026 19:58:45 +0000 (-0400) Subject: ci(multi-server): add workflow_dispatch for manual runs (#5886) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=834e651d00a528f3762668876edbba338037d41e;p=thirdparty%2Ffreeradius-server.git ci(multi-server): add workflow_dispatch for manual runs (#5886) --- diff --git a/.github/workflows/ci-multi-server-tests.yml b/.github/workflows/ci-multi-server-tests.yml index 7656ed5494f..da0e1f0cb71 100644 --- a/.github/workflows/ci-multi-server-tests.yml +++ b/.github/workflows/ci-multi-server-tests.yml @@ -15,6 +15,13 @@ on: # schedule: nightly full-suite run. Falls back to a local layer # rebuild if the registry has been pruned of any :latest tag. # + # workflow_dispatch: manual "Run workflow" button in the Actions + # tab. GitHub's UI provides the branch/tag picker natively (the + # "Use workflow from" dropdown), so no input is needed to select + # the ref. The button only appears once this file is present on + # the default branch. + # + workflow_dispatch: push: branches-ignore: - coverity_scan