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
fix: use tests job result as gate for IT jobs in release cron
GitHub Actions does not reliably evaluate needs.<job>.outputs in if
conditions on reusable workflow call jobs, causing them to be silently
skipped. Switch to needs.tests.result == 'success' which is always
evaluated correctly.
0 commit comments