Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rstackjs/rstack-ecosystem-ci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rstackjs/rstack-ecosystem-ci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ci/dockerless-workflow-dispatch
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 23, 2026

  1. ci: swap docker trigger-workflow-and-wait for JS workflow-dispatch

    convictional/trigger-workflow-and-wait is a Docker container action;
    on the mini runner there is no Docker daemon, so building its image fails.
    Replace it with the-actions-org/workflow-dispatch (node20) in both
    dispatch composite actions. Same wait/fail semantics; the downstream run
    id is fed to ecosystem-ci-result unchanged.
    stormslowly committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    ed47321 View commit details
    Browse the repository at this point in the history
  2. ci: switch dispatch to Codex- return-dispatch + await-remote-run (nod…

    …e24)
    
    node20 is being deprecated and the-actions-org/workflow-dispatch is node20.
    Use the Codex- two-step (node24): return-dispatch dispatches and returns the
    run id, await-remote-run polls it to completion. return-dispatch identifies
    the run by a distinct_id echoed in a step name, so the downstream workflow
    gains a distinct_id input plus a tiny ubuntu-latest echo job (wired on
    rspack-ecosystem-ci-from-pr.yml for verification; roll out to the rest once
    green).
    stormslowly committed Jun 23, 2026
    Configuration menu
    Copy the full SHA
    0d8b599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c741cf0 View commit details
    Browse the repository at this point in the history
Loading