Replies: 1 comment 3 replies
-
Hello, my friend. Here's what you can do: Check Workflow Status: Ensure that the workflow is not in a state where it cannot be canceled (e.g., still initializing or waiting to be queued). Workflows that haven’t yet started can sometimes be difficult to cancel. Enable GitHub Actions Temporarily: If GitHub Actions are disabled, you might need to re-enable them temporarily to allow the workflow to enter a cancellable state. Once it's enabled, try canceling the workflow again. Force Cancel: If the workflow has queued but you still cannot cancel it, you can use the (https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run) to force cancel the workflow run. Example: Let me know if these worked for you! |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
{
"message": "Cannot cancel a workflow re-run that has not yet queued.",
"documentation_url": "https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run",
"status": "409"
}
Not able to cancel workflow rerun when github actions are disabled
Beta Was this translation helpful? Give feedback.
All reactions