Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Aug 24, 2022
1 parent 3cc1abb commit 6dcf02f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/rw-arm64-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
smoke-tests-ARM64:
name: ARM64
uses: kedacore/keda/.github/workflows/rw-smoke-tests.yml@reusable-workflows
with:
runs-on: ARM64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
jobs:
smoke-tests:
name: Validate k8s-${{ inputs.kubernetesVersion }} on ${{ inputs.runs-on }}
name: Validate k8s-${{ inputs.kubernetesVersion }}
runs-on: ${{ inputs.runs-on }}
steps:
- name: Setup Go
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rw-versions-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
smoke-tests:
name: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 6dcf02f

Please sign in to comment.