Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ on:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
Comment on lines 55 to 57
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

The comment on line 51 states "Automatically run the setup steps when they are changed to allow for easy validation" but with the removal of the pull_request trigger, validation will only happen after the changes are pushed to the branch (typically after merge), not during the pull request review process. Consider updating this comment to reflect that validation occurs on push events rather than during pull request review.

Copilot uses AI. Check for mistakes.
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml

jobs:
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
Expand Down
Loading