Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: πŸš€ Main
name: βœ… Sanity check

# Merges to main only β€” PRs are covered by πŸ§ͺ Pull request checks
on:
Expand Down
Loading