test: fix release testing workflows (#18322)

* Use the correct runner
* Fix indentation

Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
Ryan Cragun 2022-12-12 16:07:16 -07:00 committed by GitHub
parent bd5d738ad7
commit 0899c4153a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ on:
jobs:
build:
runs-on: "ubuntu-latest"
runs-on: ubuntu-latest
name: Vault ${{ inputs.goos }} ${{ inputs.goarch }} v${{ inputs.vault-version }}
steps:
- uses: actions/checkout@v3

View File

@ -9,10 +9,10 @@ on:
jobs:
metadata:
if: ${{ startsWith(github.event.client_payload.payload.branch, 'release/') }}
runs-on: ubuntu-default
runs-on: ubuntu-latest
outputs:
matrix-test-group: ${{ steps.matrix-group.outputs.matrix-test-group }}
steps:
steps:
- uses: actions/checkout@v3
- id: matrix-group
env: