Skip to content

Commit 7e8d8bd

Browse files
committed
[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/
1 parent 33dd97f commit 7e8d8bd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rust_testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
# Check that code compiles and tests pass
2020
test:
2121
# Using the testing environment gives us the needed secrets, it also requires a maintainer to approve it to run.
22-
environment: testing
22+
environment:
23+
name: testing
24+
deployment: false
2325
name: cargo test
2426
runs-on: ubuntu-latest
2527
permissions:

0 commit comments

Comments
 (0)