Update charts-test.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -15,7 +15,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate-install-matrix:
|
generate-install-matrix:
|
||||||
if: inputs.chartChangesDetected == 'true'
|
|
||||||
name: Generate matrix for install
|
name: Generate matrix for install
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
@@ -51,12 +50,14 @@ jobs:
|
|||||||
detected6: ${{ steps.list-changed.outputs.detected6 }}
|
detected6: ${{ steps.list-changed.outputs.detected6 }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
if: inputs.chartChangesDetected == 'true'
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
|
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
ref: ${{ inputs.checkoutCommit }}
|
ref: ${{ inputs.checkoutCommit }}
|
||||||
|
|
||||||
- name: Install go-yq
|
- name: Install go-yq
|
||||||
|
if: inputs.chartChangesDetected == 'true'
|
||||||
run: |
|
run: |
|
||||||
mkdir -p $HOME/.local/bin
|
mkdir -p $HOME/.local/bin
|
||||||
wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O $HOME/.local/bin/go-yq && \
|
wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O $HOME/.local/bin/go-yq && \
|
||||||
|
|||||||
Reference in New Issue
Block a user