mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 19:50:30 +00:00
Prevent releases on wrong tag
This commit is contained in:
6
.github/workflows/publish-arc.yaml
vendored
6
.github/workflows/publish-arc.yaml
vendored
@@ -31,6 +31,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !contains(github.event.release.name, 'gha-runner-scale-set-') }}
|
||||
steps:
|
||||
- name: Debug
|
||||
run: |
|
||||
echo "${{ github.event.release.name }}"
|
||||
echo "${{ github.event.release.tag_name }}"
|
||||
echo "${{ github.event }}"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user