From 7e8d8bd0ec1d69ba12b9a77a20cda6de409a9e5a Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 25 Mar 2026 21:11:14 -0700 Subject: [Rust] Remove unneeded deployments for CI tests This used to be required when using scoped secrets from an environment but recently changed this month. https://github.blog/changelog/2026-03-19-github-actions-late-march-2026-updates/ --- .github/workflows/rust_testing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows/rust_testing.yml') diff --git a/.github/workflows/rust_testing.yml b/.github/workflows/rust_testing.yml index b6155f9f..8b4b7c7c 100644 --- a/.github/workflows/rust_testing.yml +++ b/.github/workflows/rust_testing.yml @@ -19,7 +19,9 @@ jobs: # Check that code compiles and tests pass test: # Using the testing environment gives us the needed secrets, it also requires a maintainer to approve it to run. - environment: testing + environment: + name: testing + deployment: false name: cargo test runs-on: ubuntu-latest permissions: -- cgit v1.3.1