You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a workflow called "Release dev" which triggers on push for a branch, and was working fine. A change was made which broke this particular workflow, however on the list of checks for commits it was not reporting the failures. When we fixed it, then it came back.
I expect that if a push workflow fails, it should report as failed on the list of checks for the commit.
This was the error:
Invalid workflow file:
The workflow is not valid. .github/workflows/release-dev.yml (Line: 42, Col: 20): Invalid input, lti-address is not defined in the referenced workflow.
Here is everything marking as passed for a given commit on master, but missing the broken workflow "Release dev":
Here is the "Release dev" workflow (which is missing above) actually failing for master:
And after we fixed it, its back on the commit checklist for master:
BugGitHub or a GitHub feature is not working as intendedActionsBuild, test, and automate your deployment pipeline with world-class CI/CD
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Hi.
We have a workflow called "Release dev" which triggers on
pushfor a branch, and was working fine. A change was made which broke this particular workflow, however on the list of checks for commits it was not reporting the failures. When we fixed it, then it came back.I expect that if a
pushworkflow fails, it should report as failed on the list of checks for the commit.This was the error:
Here is everything marking as passed for a given commit on

master, but missing the broken workflow "Release dev":Here is the "Release dev" workflow (which is missing above) actually failing for

master:And after we fixed it, its back on the commit checklist for

master:Beta Was this translation helpful? Give feedback.
All reactions