Skip to content

[rhoai-2.9] cherry-pick the commit for fixes required for the rhoai-2.9 rc #24

[rhoai-2.9] cherry-pick the commit for fixes required for the rhoai-2.9 rc

[rhoai-2.9] cherry-pick the commit for fixes required for the rhoai-2.9 rc #24

Workflow file for this run

---
name: Validation of params.env content (image SHAs)
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- 'manifests/base/params.env'
permissions:
contents: read
jobs:
validation-of-params-env:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get install -y skopeo jq
- name: Validate the 'manifests/base/params.env' file content
run: |
bash ./ci/check-params-env.sh