Skip to content

Commit

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

0 comments on commit 4de62da

Please sign in to comment.