Open nihaals opened 3 years ago
Currently the first commit in a dependabot PR triggers both the push and pull_request workflow instead of only the pull_request workflow. It works as expected when the PR is rebased (github.actor is likely something unexpected for the PR creation)
push
pull_request
github.actor
This might just be #101 for some reason was created using the wrong commit, will require another dependabot PR to be created to test
Currently the first commit in a dependabot PR triggers both the
push
andpull_request
workflow instead of only thepull_request
workflow. It works as expected when the PR is rebased (github.actor
is likely something unexpected for the PR creation)