From f8ca67cdc627009cd2322d8ab8dfedbbe467a6de Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 16 Feb 2023 18:40:05 -0600 Subject: [PATCH] Handle failures in the `determine` step (#5810) I saw some PRs fail this step earlier today due to rate limits but it ended up not failing the entire PR's CI due to it not being listed in the final set of dependencies, so add it there. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc0df7094a..07008be3f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -679,6 +679,7 @@ jobs: - bench - meta_deterministic_check - verify-publish + - determine if: always() steps: - name: Dump needs context