You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppress "deployed to test-trigger-is" items on the PR timeline
The test-trigger-is environment exists only to gate the secrets used to
trigger integration tests, not to track a real deployment. Referencing it
made every PR and merge-group run post a "deployed to test-trigger-is"
item on the pull request timeline.
Set deployment: false so the jobs still get the environment's secrets and
protection rules but no deployment object is created.
Co-authored-by: Isaac
0 commit comments