Pipelines: When we retry a pipeline 2 requests are made to the pipelines endpoint
After we removed UJS actions from pipelines table we now have 2 requests being made every time we click an action:
- Made by the action itself:
- Made by Vue.js - which is expected. We tell it to fetch again when we received the response
The first one fires immediately after the action is clicked and it shouldn't.