Skip to content

Commit

Permalink
Add a note to avoid updating pins without testing (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp authored Feb 17, 2025
1 parent a91a334 commit 487a9a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-pinned-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
branch: update-pinned-environment
title: "[github-actions.ci] Update pinned envs"
body: "Automatically generated PR to update pinned environment files for Windows, macOS, and Linux."
body: |
Automatically generated PR to update pinned environment files for Windows, macOS, and Linux.
**Note: Do not merge without manual test execution. Either update the branch to trigger tests, or use `workflow_dispatch` to run tests manually. Unlike standard PRs, tests will not run automatically.**
commit-message: "Update pinned environment files for all platforms"

0 comments on commit 487a9a6

Please sign in to comment.