Skip to content

Allow dispatching the test workflow manually#732

Merged
laughingman7743 merged 1 commit into
masterfrom
fix/test-workflow-dispatch
Jul 6, 2026
Merged

Allow dispatching the test workflow manually#732
laughingman7743 merged 1 commit into
masterfrom
fix/test-workflow-dispatch

Conversation

@laughingman7743

Copy link
Copy Markdown
Member

WHAT

Adds the workflow_dispatch trigger to the test workflow.

WHY

The README status badge reflects the latest run of the workflow on the default branch, which is only the weekly scheduled run (the workflow otherwise runs on pull_request). A transient failure there — like the Athena concurrent-query quota stampede that failed the 2026-07-05 scheduled run and pinned the badge red — cannot be refreshed until the next Sunday. With workflow_dispatch, the suite can be re-run on master on demand (gh workflow run test.yaml) to restore the badge.

🤖 Generated with Claude Code

The README status badge reflects the latest run of the workflow on the
default branch, which is only the weekly scheduled run; a transient
failure there (e.g., an Athena concurrent-query quota stampede) pins
the badge red for up to a week. workflow_dispatch allows re-running
the suite on master on demand to refresh it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@laughingman7743 laughingman7743 marked this pull request as ready for review July 6, 2026 03:26
@laughingman7743 laughingman7743 merged commit a851a84 into master Jul 6, 2026
6 checks passed
@laughingman7743 laughingman7743 deleted the fix/test-workflow-dispatch branch July 6, 2026 03:26
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