Prevent releases on wrong tag
This commit is contained in:
parent
bd9f32e354
commit
3e37a29c21
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
release-controller:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !startsWith(github.event.inputs.release_tag_name, 'gha-runner-scale-set-') }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue