Skip to content

Commit

Permalink
devops: Patching the pipeline to use ubuntu-24.04 OS in action
Browse files Browse the repository at this point in the history
  • Loading branch information
akhiljavelin committed Dec 18, 2024
1 parent 24d5a59 commit 7f2c778
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/helm-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-24.04
steps:
- name: Git Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -52,5 +51,5 @@ jobs:
done
helm repo index .
git add .
git commit -m "Updating chart index - skip ci"
git commit -m "Updating chart index - [skip ci]"
git push origin ${{ env.CHARTS_BRANCH }}

0 comments on commit 7f2c778

Please sign in to comment.