Skip to content

RHAIENG-5136: chore(ci) Add fail_ci_if_error to Codecov actions #9477

RHAIENG-5136: chore(ci) Add fail_ci_if_error to Codecov actions

RHAIENG-5136: chore(ci) Add fail_ci_if_error to Codecov actions #9477

Workflow file for this run

---
"name": "Docs (release notes)"
"on":
"push":
branches: [main, stable, 'rhoai-*']
"pull_request":
"workflow_dispatch":
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
generate-releasenotes:
name: Generate list of images for release notes
runs-on: ubuntu-26.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup uv and Python
uses: ./.github/actions/setup-uv
- name: Run the release notes script
run: |
set -Eeuxo pipefail
uv run ci/package_versions.py | tee ${GITHUB_STEP_SUMMARY}