We have a workflow which runs on pull_request which gets very sporadically.
When we first wrote the action it ran every time we pushed up to the branch once the pull request had been opened to run some basic tests, but now we find that occasionally for a branch when we push to it the workflow isn’t triggered for some commits even if it has run previously.
I’ve taken a look through https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows and the only event that I can that might be triggering the action here is “edited” but can’t figure why it’s so inconsistent.
Any help would be greatly appreciated