From 6f11a988901cdce63ca285c2183cd851d8c70630 Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Mon, 22 Jun 2026 14:19:55 -0400 Subject: [PATCH] Make full Rust CI opt-in on this fork --- .github/workflows/README.md | 1 + .github/workflows/rust-ci-full.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index cfc88f19e672..bc9b40074d77 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -20,6 +20,7 @@ runner groups, secrets, and release infrastructure that this fork does not own. The inherited heavyweight workflows are `workflow_dispatch` only in this fork: - `bazel.yml` +- `rust-ci-full.yml` - `rust-ci.yml` - `sdk.yml` - `v8-canary.yml` diff --git a/.github/workflows/rust-ci-full.yml b/.github/workflows/rust-ci-full.yml index 9e2897637d7d..b780317d4c73 100644 --- a/.github/workflows/rust-ci-full.yml +++ b/.github/workflows/rust-ci-full.yml @@ -2,7 +2,6 @@ name: rust-ci-full on: push: branches: - - main - "**full-ci**" workflow_dispatch: