Replies: 1 comment
|
Looks like it's a GitHub Actions incident, not your workflow. https://www.githubstatus.com/ |
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.
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Workflow Configuration
Discussion Details
We are seeing a reproducible GitHub Actions workflow-trigger failure in a private repository.
Repository: MDPAuto/mdp-crm-dms
Workflow: Validate
Workflow path: .github/workflows/ci.yml
Workflow ID: 313310722
Target branch: main
Head SHA: a6214ba8f19a063490d81734d006d3d392c49adf
The workflow trigger is:
EXPECTED BEHAVIOUR
Opening, synchronizing or reopening a non-draft, mergeable pull request targeting main should create a Validate workflow run.
ACTUAL BEHAVIOUR
No Validate workflow run was created.
There is also:
This occurred for two separate pull requests pointing to the same reviewed commit:
PR #166 was created manually by the repository owner through the GitHub web interface from a newly created branch.
Both pull requests:
For PR #165, all these eligible events failed to create a Validate run:
For PR #166, the manually generated opened event also failed to create a Validate run.
GITHUB ACTIONS IS OTHERWISE OPERATIONAL
WORKFLOW RESTRICTIONS CHECKED
The workflow has:
The current head commit contains no skip-ci, skip-actions or skip-checks instruction.
We have deliberately not:
Could someone advise how to determine why GitHub is not creating a workflow run for these eligible pull_request events?
If GitHub staff need to inspect backend workflow-event admission, please advise the correct escalation route for a GitHub Free account.
Supporting screenshots
PR #165 — Checks page
PR #166 — Checks page
Repository Actions page
Actions permissions
Actions budget
PR #165 — event timeline
PR #166 — manually created replacement PR
Validate workflow definition
ci.yml.txt
All reactions