Duplicate CI runs #74
Labels
No labels
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/fej#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.