Skip to content

Commit 5a7076b

Browse files
authored
Don't re-run workflows on un/approvals (strands-agents#516)
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. Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
1 parent 6905342 commit 5a7076b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Pull Request and Push Action
33
on:
44
pull_request: # Safer than pull_request_target for untrusted code
55
branches: [ main ]
6-
types: [opened, synchronize, reopened, ready_for_review, review_requested, review_request_removed]
6+
types: [opened, synchronize, reopened, ready_for_review]
77
push:
88
branches: [ main ] # Also run on direct pushes to main
99
concurrency:

0 commit comments

Comments
 (0)