🔥 3-day streak
GitHub Actions (GH-200)74 / 142
Question 74 of 142
A workflow has three jobs: build, test, and notify. The notify job declares `needs: [build, test]` and should run to post a Slack failure alert whenever either build or test fails, but must be skipped entirely when both succeed. As written, notify never runs when an upstream job fails. Which change makes notify run only on upstream failure?
Reviewed for accuracy · Report an issueNext question