Skip to content

Commit

Permalink
Use ubuntu-latest on project workflow; fix Kubernetes workflow for PR…
Browse files Browse the repository at this point in the history
…s that don't change any quickstart
  • Loading branch information
emmartins committed Oct 23, 2024
1 parent 4a66b9b commit 07f7df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/kubernetes-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
name: Test on Kubernetes
runs-on: ubuntu-latest
needs: calculate-changed-quickstarts
if: ${{ needs.calculate-changed-quickstarts.outputs.quickstart-matrix != null }}
strategy:
matrix: ${{fromJSON(needs.calculate-changed-quickstarts.outputs.quickstart-matrix)}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
jdk: [17]
os: [ubuntu-20.04, windows-latest]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 07f7df8

Please sign in to comment.