CRMR: rename the main workflow to Sanity check and simplify pull-request-checks.yml triggers - #4
Merged
Merged
Conversation
✅ Deploy Preview for crammr ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
pull-request-checks.yml triggers and rename the sanity-check.yml workflow
pull-request-checks.yml triggers and rename the sanity-check.yml workflowSanity check and simplify pull-request-checks.yml triggers
codebend3r
force-pushed
the
workflow-naming-cleanup
branch
from
September 6, 2026 12:25
f5a3eb7 to
c00e3b3
Compare
- 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
codebend3r
force-pushed
the
workflow-naming-cleanup
branch
from
September 6, 2026 12:26
c00e3b3 to
0a1e8f7
Compare
codebend3r
added a commit
that referenced
this pull request
Sep 6, 2026
…equest-checks.yml` triggers (#4) - `sanity-check.yml` workflow renamed `🚀 Main` → `✅ Sanity check` - `pull-request-checks.yml` `on:` reduced to a bare `pull_request:` — explicit `types: [opened, synchronize, reopened]` and its comments dropped, since that list is the default - triggering is unchanged in both files — checks still run on PRs only, `sanity-check.yml` still on `push:` to `main` - job ids, job names and steps unchanged in both files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sanity-check.ymlworkflow renamed🚀 Main→✅ Sanity checkpull-request-checks.ymlon:reduced to a barepull_request:— explicittypes: [opened, synchronize, reopened]and its comments dropped, since that list is the defaultsanity-check.ymlstill onpush:tomain