Replies: 1 comment
|
Hi Walter, It sounds like the issue may be related to how the Since you have already confirmed that the workflows are enabled, the PR is from the same repository, and the runners are online, I would recommend checking the following:
Because no workflow run is being created for the new PRs, while older runs are permanently queued, this doesn't appear to be simply a self-hosted runner problem. I would recommend contacting GitHub Support and providing the affected PR and run IDs so they can check the Actions backend for the repository. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Workflow Configuration
Discussion Details
Hello,
I’m experiencing a GitHub Actions issue in a private repository.
New pull requests are created successfully, but the configured pull_request workflows are not triggered.
Affected pull request:
The following workflows are enabled and active:
Troubleshooting performed:
There are also stale workflow runs from August 26 that remain permanently queued:
Cancellation returns HTTP 409, and deletion returns HTTP 403, including with a token that has Actions write permission.
Could someone help determine why the pull_request events are not generating workflow runs and whether the stale queued runs can be removed?
The repository is private, so I have intentionally omitted its URL and name. I can provide private details if required.
No secrets or access tokens are included.
Kind regards,
Walter Kamer
All reactions