Skip to content

Commit

Permalink
test: fix release testing workflows (#18322)
Browse files Browse the repository at this point in the history
* Use the correct runner
* Fix indentation

Signed-off-by: Ryan Cragun <me@ryan.ec>
  • Loading branch information
ryancragun authored and AnPucel committed Jan 14, 2023
1 parent d17608b commit b8616e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-vault-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/enos-release-testing-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b8616e4

Please sign in to comment.