mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
Prevent releases on wrong tag
This commit is contained in:
2
.github/workflows/publish-arc.yaml
vendored
2
.github/workflows/publish-arc.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user