From 5b152c1e9d00595dbbe4b0b6122c8c178e075fe5 Mon Sep 17 00:00:00 2001 From: overtrue Date: Sat, 22 Aug 2026 19:51:10 +0800 Subject: [PATCH] ci(mint): pin manual image default --- .github/workflows/mint.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/mint.yml b/.github/workflows/mint.yml index dd9acc6f8..bada18553 100644 --- a/.github/workflows/mint.yml +++ b/.github/workflows/mint.yml @@ -45,13 +45,6 @@ # docker-capable self-hosted `dind-sm-standard-2` label was the alternative but # has fewer cores and reintroduces fleet-state risk for no reliability gain. -# DISABLED. This workflow is switched off in the repository's Actions settings -# (state: disabled_manually) and does not run on any trigger, including its cron -# and workflow_dispatch. That state lives in GitHub's UI and is invisible when -# reading this file, which has already misled at least one audit — hence this -# banner. Re-enabling is a UI action; anyone doing so should first check that the -# workflow still matches the current CI layout. See rustfs/backlog#1603. -# name: mint on: @@ -70,9 +63,9 @@ on: - core - full mint-image: - description: "Mint image reference" + description: "Mint image reference (empty = pinned default)" required: false - default: "minio/mint:edge" + default: "" schedule: # Weekly, after the Sunday s3-tests full sweep (starts 02:00 UTC, up to # 3h) has finished, so the two never contend for the same runner pool.