Skip to content

Finish the user-visible rebrand: --version, --help, completions #2

Finish the user-visible rebrand: --version, --help, completions

Finish the user-visible rebrand: --version, --help, completions #2

Workflow file for this run

name: postmerge-ci
# This is the single entrypoint for main-only CI that is intentionally outside
# the merge-blocking suite. It keeps the broader postmerge signal in one run.
on:
push:
branches: [main]
jobs:
# Keep reusable workflow calls alphabetized. Each child retains its own
# workflow_dispatch trigger so maintainers can rerun flaky suites directly.
rust-ci-full:
name: rust-ci-full
uses: ./.github/workflows/rust-ci-full.yml
secrets: inherit
v8-canary:

Check failure on line 17 in .github/workflows/postmerge-ci.yml

View workflow run for this annotation

GitHub Actions / postmerge-ci

Invalid workflow file

The workflow is not valid. .github/workflows/postmerge-ci.yml (Line: 17, Col: 3): Error calling workflow 'chutesai/chutescode/.github/workflows/v8-canary.yml@fe53ffb347327d638d7f6218ddf5e27e0189c487'. The nested job 'build' is requesting 'actions: read', but is only allowed 'actions: none'.
name: v8-canary
uses: ./.github/workflows/v8-canary.yml
secrets: inherit
results:
name: Postmerge CI results
needs:
- rust-ci-full
- v8-canary
if: ${{ always() }}
runs-on: ubuntu-24.04
steps:
# Postmerge runs use the pushed main commit, so this helper always comes
# from the same revision that defined the parent workflow.
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: ${{ github.sha }}
persist-credentials: false
- name: Require successful dependencies
env:
NEEDS: ${{ toJSON(needs) }}
run: python3 .github/scripts/check_ci_results.py