Duplicate CI runs #74
Labels
No Label
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/fej#74
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
When we push a commit to a branch that's already got a PR attached to it, the CI runs a job for both the commit and the updated PR. This results in us running two identical CI runs, which should be fixed if possible.
This is "fixed" by just removing CI runs on pull requests.