We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11836b commit 7286e3fCopy full SHA for 7286e3f
.github/workflows/lint-test.yaml
@@ -57,7 +57,7 @@ jobs:
57
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
58
59
test:
60
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
61
needs: [changes, lint]
62
# only run this job if there are helm chart file changes
63
if: needs.changes.outputs.src != 'false'
0 commit comments