Skip to content

ci: skip platform smoke for docs-only PRs#604

Merged
thymikee merged 1 commit into
mainfrom
codex/skip-platform-smoke-docs
May 28, 2026
Merged

ci: skip platform smoke for docs-only PRs#604
thymikee merged 1 commit into
mainfrom
codex/skip-platform-smoke-docs

Conversation

@thymikee
Copy link
Copy Markdown
Member

Summary

Skip Android, iOS, macOS, and Linux smoke workflows on pull requests that only change docs/website or docs-preview/deploy workflow inputs. Pushes to main still run the platform smoke workflows.

This keeps platform validation for source, package, platform workflow, shared action, runner, and replay changes while avoiding emulator/simulator/desktop smoke work for docs-only PRs.

Touched-file count: 4. Scope stayed within platform smoke workflow triggers.

Validation

Validated workflow edits with git diff --check and local YAML parsing for the four platform workflows. This PR itself is expected to run platform smoke because it edits those platform workflow files; the skip behavior applies to subsequent docs-only PRs after merge.

@github-actions
Copy link
Copy Markdown

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://callstackincubator.github.io/agent-device/pr-preview/pr-604/

Built to branch gh-pages at 2026-05-28 14:24 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 41befe73f2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


on:
pull_request:
paths-ignore:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep required smoke checks from being path-filtered

If the Android/iOS/Linux/macOS smoke workflows are configured as required PR checks, adding paths-ignore at the pull_request trigger skips creating a successful check for docs-only PRs; GitHub documents path-filtered workflows as remaining Pending, so those PRs can be blocked instead of merely saving runner time (see GitHub Actions workflow syntax docs: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions). Use a job-level docs-change guard with a no-op required job, or keep these workflows non-required, so the required check still completes.

Useful? React with 👍 / 👎.

@thymikee thymikee merged commit 233df07 into main May 28, 2026
18 checks passed
@thymikee thymikee deleted the codex/skip-platform-smoke-docs branch May 28, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant