From 4c612ed61bf240a6047f264667304a9e7ded86de Mon Sep 17 00:00:00 2001 From: Scott Converse Date: Sat, 13 Jun 2026 12:24:14 -0600 Subject: [PATCH] ci: add installer-test caller workflow --- .github/workflows/installer-test.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/installer-test.yml diff --git a/.github/workflows/installer-test.yml b/.github/workflows/installer-test.yml new file mode 100644 index 0000000..189f3e4 --- /dev/null +++ b/.github/workflows/installer-test.yml @@ -0,0 +1,16 @@ +# Calls the central reusable installer-test workflow. +# Managed by scottconverse/installer-ci; edit there, not here. +name: installer-test +on: + push: + branches: [master] + pull_request: + branches: [master] + workflow_dispatch: +jobs: + installer-test: + uses: scottconverse/installer-ci/.github/workflows/installer-test.yml@main + permissions: + contents: read + packages: read + secrets: inherit