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
ci: replace PR notify workflow with main-only failure notification
Remove notify-ci-failure.yml (workflow_run on all builds, showing
skipped in Actions tab for every PR). Replace with notify-main-failure.yml
which uses branches: [main] filter so it only fires on push-to-main
CI failures — never triggered by PR branch builds at all.
0 commit comments