]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
ci(multi-server): add workflow_dispatch for manual runs (#5886)
authorMarc-Andre Casavant <marc.casavant@inkbridge.io>
Fri, 12 Jun 2026 19:58:45 +0000 (15:58 -0400)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2026 19:58:45 +0000 (15:58 -0400)
.github/workflows/ci-multi-server-tests.yml

index 7656ed5494f5366e02caddde8835e50cac7759ac..da0e1f0cb718736f70dfa1d3cab2d260736512bf 100644 (file)
@@ -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