Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
pull_request: {}
workflow_dispatch: # Sometimes tests get stuck in PRs; This allows them to be rerun manually
Copy link

Copilot AI May 21, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider moving the comment to its own line and simplifying it for clarity, e.g.: # Allows manual re-run when PR-triggered tests get stuck

Suggested change
workflow_dispatch: # Sometimes tests get stuck in PRs; This allows them to be rerun manually
# Allows manual re-run when PR-triggered tests get stuck
workflow_dispatch:

Copilot uses AI. Check for mistakes.

permissions:
contents: read
Expand Down