Skip to content

Commit

Permalink
chore: prevent the pr actions from filing on merge_group
Browse files Browse the repository at this point in the history
I _believe_ I can remove this in order to prevent the check from failing
on merges. I'm not sure if this is required in order for the merge group
to pass required checks though 🤔

Signed-off-by: R. Tyler Croy <[email protected]>
  • Loading branch information
rtyler committed Jan 25, 2025
1 parent f7745fd commit 35f775f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dev_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: dev_pr

# Trigger whenever a PR is changed (title as well as new / changed commits)
on:
merge_group:
pull_request_target:
types:
- opened
Expand Down

0 comments on commit 35f775f

Please sign in to comment.