summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2026-03-25 21:11:14 -0700
committerMason Reed <mason@vector35.com>2026-03-25 21:11:14 -0700
commit7e8d8bd0ec1d69ba12b9a77a20cda6de409a9e5a (patch)
tree4e315fc3865d27559a36a5b65472101538afb340 /.github
parent33dd97f352ad452129427d945c2d71730e5bbdb7 (diff)
[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/
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust_testing.yml4
1 files changed, 3 insertions, 1 deletions
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: