on: pull_request workflow only runs once after workflow file change, then stops triggering for subsequent PRs #189835
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Bug
What GitHub Actions topic or product is this about?
Workflow Deployment
Discussion Details
I’m seeing odd behavior with a
pull_request‑triggered workflow and I’m not sure if this is expected or a bug.This setup worked fine up until around Sep 3, 2025, but starting from around Sep 16, 2025 I began to see the issue below and it has continued since then.
Workflow (simplified)
A very similar workflow for develop (same repo, same runners, just branches: [develop] and a simpler if:) runs reliably on every merged PR.
What I observe
Question
Is there any known reason why a workflow with on: pull_request / types: [closed] / branches: [main] could fire once after a file change and then stop triggering for subsequent matching PRs, while an almost identical workflow for develop keeps working?
Any hints on what to check next (or how to debug whether the pull_request event is being considered for this workflow) would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions