From 6b6e47f20ffa49d30df74cc4580b9c13c25c840c Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Sun, 16 Jun 2024 16:51:10 -0700 Subject: [PATCH] --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 60a66485f021..f5d56bd04e9f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -717,6 +717,7 @@ jobs: update-rust-toolchain: runs-on: ubuntu-latest + needs: rules if: ${{ needs.rules.outputs.nightly-upstream == 'true' }} # Note that this doesn't change the minimum supported version, only the # default toolchain to run on. The minimum is defined by Cargo.toml's