From 6c5bc92f5755efcba9c52a7469599156617bfee4 Mon Sep 17 00:00:00 2001 From: baku-ccron Date: Thu, 27 Aug 2026 04:23:24 +0000 Subject: [PATCH] Rename the currency check to git-clean File, workflow name and job id all read copy-artifacts here. Standardise on git-clean so the job id a reviewer reads in the checks list is the same identifier in every repo. The rainix reusable it calls is unchanged. Closes #15 --- .github/workflows/{copy-artifacts.yaml => git-clean.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{copy-artifacts.yaml => git-clean.yaml} (89%) diff --git a/.github/workflows/copy-artifacts.yaml b/.github/workflows/git-clean.yaml similarity index 89% rename from .github/workflows/copy-artifacts.yaml rename to .github/workflows/git-clean.yaml index 7d0431f..2931a85 100644 --- a/.github/workflows/copy-artifacts.yaml +++ b/.github/workflows/git-clean.yaml @@ -1,7 +1,7 @@ -name: copy-artifacts +name: Git is clean on: [push] jobs: - copy-artifacts: + git-clean: # Shared reusable (rainix#201): build from committed sources and assert the # committed abi artifacts are still current. Includes Cachix substitution + # 8G GC cap. secrets: inherit carries CACHIX_AUTH_TOKEN.