From 2df8a477fe888962fa4d07257eb1e21c36227b0a Mon Sep 17 00:00:00 2001 From: Nat Morris Date: Mon, 4 Nov 2024 19:58:04 +0000 Subject: [PATCH] chore: Create release-validation.yaml --- .github/workflows/release-validation.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/release-validation.yaml diff --git a/.github/workflows/release-validation.yaml b/.github/workflows/release-validation.yaml new file mode 100644 index 0000000..8309a2b --- /dev/null +++ b/.github/workflows/release-validation.yaml @@ -0,0 +1,17 @@ +name: Release +on: + pull_request: + branches: release + types: [ opened, edited ] + +concurrency: + group: ${{ github.workflow }} + cancel-in-progress: false + +jobs: + release: + uses: netboxlabs/public-workflows/.github/workflows/reusable-plugin-release-validation.yml@develop + with: + plugin_package_name: netbox-floorplan-plugin + plugin_package_dir: netbox_floorplan + secrets: inherit