From 0a1e8f702de323d526b705d38560bd755eb70677 Mon Sep 17 00:00:00 2001 From: CJ Rivas Date: Sun, 6 Sep 2026 08:26:21 -0400 Subject: [PATCH] CRMR: rename main-branch workflow to `Sanity check` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - rename `sanity-check.yml` workflow from `๐Ÿš€ Main` to `โœ… Sanity check` - drop explicit `types: [opened, synchronize, reopened]` from `pull-request-checks.yml` โ€” matches the `pull_request` defaults --- .github/workflows/pull-request-checks.yml | 5 ----- .github/workflows/sanity-check.yml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 9125095..6730817 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -1,12 +1,7 @@ name: ๐Ÿงช Pull request checks -# PRs only โ€” merges to main are covered by ๐Ÿฉบ Sanity check on: pull_request: - # opened โ€” a PR is created - # synchronize โ€” new commits are pushed to the PR branch - # reopened โ€” a closed PR is reopened - types: [opened, synchronize, reopened] permissions: contents: read diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml index 7e4e5fe..3dedfa9 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -1,4 +1,4 @@ -name: ๐Ÿš€ Main +name: โœ… Sanity check # Merges to main only โ€” PRs are covered by ๐Ÿงช Pull request checks on: