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:
parent
bd5d738ad7
commit
0899c4153a
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue