github · GitHub Actions Docs
Actions Viewing job condition expression logs - GitHub Docs
Explains how to access and interpret the logs that show why a job condition expression evaluated to true or false during a workflow run.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Viewing job condition expression logs - GitHub Docs
Explains how to access and interpret the logs that show why a job condition expression evaluated to true or false during a workflow run.
When To Use
Use when you need to debug why a specific job was skipped or executed by inspecting the evaluation results of its condition expressions in the GitHub Actions logs.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-monitor-workflows-viewing-job-condition-expression-logs-workflow-guide.md | A guide explaining how to access and interpret expression evaluation logs for job-level if conditions in GitHub Actions. | Questions about a guide explaining how to access and interpret expression evaluation logs for job-level if conditions in GitHub Actions. |
examples/actions-how-tos-monitor-workflows-viewing-job-condition-expression-logs-.text | A text log demonstrating the evaluation process and result of a GitHub Actions job condition expression. | Exact payloads, commands, or snippets shown in A text log demonstrating the evaluation process and result of a GitHub Actions job condition expression. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Monitor workflows / - View job condition logs
- Main sections:
In this article,Accessing expression logs,Understanding the log output.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/monitor-workflows/view-job-condition-logs
