From 98578cf2cdf8d6ec2a995a992ad6b96dcc8790a2 Mon Sep 17 00:00:00 2001 From: Mackenzie Zastrow Date: Tue, 22 Jul 2025 14:17:19 -0400 Subject: [PATCH] Don't re-run workflows on un/approvals These were necessary when we had conditional running but we switched to needing to approve all workflows for non-maintainers, so we no longer need these. --- .github/workflows/pr-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-and-push.yml b/.github/workflows/pr-and-push.yml index 2b2d026f4..b558943dd 100644 --- a/.github/workflows/pr-and-push.yml +++ b/.github/workflows/pr-and-push.yml @@ -3,7 +3,7 @@ name: Pull Request and Push Action on: pull_request: # Safer than pull_request_target for untrusted code branches: [ main ] - types: [opened, synchronize, reopened, ready_for_review, review_requested, review_request_removed] + types: [opened, synchronize, reopened, ready_for_review] push: branches: [ main ] # Also run on direct pushes to main concurrency: