From 4de62da9912342a79c1035c7855c484447c6d248 Mon Sep 17 00:00:00 2001 From: Nat Morris Date: Mon, 4 Nov 2024 20:07:47 +0000 Subject: [PATCH] Create release-validation.yml --- .github/workflows/release-validation.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/release-validation.yml diff --git a/.github/workflows/release-validation.yml b/.github/workflows/release-validation.yml new file mode 100644 index 0000000..a0d2fc7 --- /dev/null +++ b/.github/workflows/release-validation.yml @@ -0,0 +1,17 @@ +name: Release validation +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-acls + plugin_package_dir: netbox_acls + secrets: inherit