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: