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