You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: prevent duplicate runs for Pull Requests (#9036)
* ci: prevent duplicate ci runs for PRs
the real fix here was specifying which branches should trigger the "push" event, but
prevent duplicate runs for Pull Requests
(cherry picked from commit 5ebc319581cff9039b42ec107dbf4690b697eb39)
* chore: add changeset
* ci: add "ready_for_review" to pr types
adding ready_for_review makes it so actions are run when converting a PR from a draft to a normal PR
in order to add additional types you also need to pass the default
Signed-off-by: Logan McAnsh <[email protected]>
0 commit comments