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