Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Fix all-jobs-succeeded job (google#460)
Previously, this job used `if: success()` to only run on success. Unfortunately, GitHub interprets jobs skipped via `if:` to be successful. In this commit, we invert the logic, only running (and unconditionally failing) on `if: failure()`.
- Loading branch information