Skip to content

test(actions): bare runner checkpoint discriminator - #257

Draft
Deleted user (ghost) wants to merge 2 commits into
mainfrom
diagnostic/bare-run-checkpoint-20260802
Draft

test(actions): bare runner checkpoint discriminator#257
Deleted user (ghost) wants to merge 2 commits into
mainfrom
diagnostic/bare-run-checkpoint-20260802

Conversation

@ghost

@ghost ghost commented Aug 2, 2026

Copy link
Copy Markdown

Purpose

Discriminate whether the current GitHub Actions pre-start failure occurs above action resolution.

Test

The workflow contains no uses: steps and executes only:

run: echo ok

Interpretation

  • zero executed steps: failure is above workflow action selection;
  • executed shell step: quota/global-runner hypotheses weaken and action-policy hypotheses regain weight.

Diagnostic only. No merge authorization.

@vercel

vercel Bot commented Aug 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hook-generator Ready Ready Preview Aug 2, 2026 5:55am
hub Ready Ready Preview Aug 2, 2026 5:55am
platform-picker Ready Ready Preview Aug 2, 2026 5:55am

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
aegisomega 774fe50 Commit Preview URL

Branch Preview URL
Aug 02 2026, 05:55 AM

ghost commented Aug 2, 2026

Copy link
Copy Markdown
Author

Exact-head diagnostic result

Candidate: 774fe504c5a0ebb7740324de01e940e41328daf5

Workflow run: 30734944720

Job: 91461933881 (bare-run)

workflow uses:       NONE
shell steps declared: 1 (`run: echo ok`)
job conclusion:      failure
executed steps:      0
logs:                unavailable

Interpretation

The pre-start rejection reproduces without actions/*, github/*, or any third-party action. Therefore narrow selected-action filtering and github_owned_allowed=false do not explain the observed failure.

The failure locus is above action resolution and workflow step content. Remaining classes include account/repository Actions availability, billing or quota state, runner/platform admission, and broader policy controls.

bare_run_discriminator       FAILED PRE-START
workflow_content_causality   REJECTED
selected_actions_narrow      REJECTED
owned_action_filter          REJECTED
startup_failure_source       EXTERNAL / ABOVE ACTION RESOLUTION
quota                         LEADING, NOT VERIFIED
platform/account controls     NOT ELIMINATED

Diagnostic PR only. No merge authorization.

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.

0 participants