Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-how-tos-monitor-workflows-viewing-job-condition-expression-logs-workflow-guide.mdA 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-.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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