Skip to content

Commit

Permalink
chore: Create release-validation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
natm authored Nov 4, 2024
1 parent 9e53030 commit 2df8a47
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-validation.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2df8a47

Please sign in to comment.