From 7ca861ba03ac0bcd70663a7db41a13887909e7e6 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:49:37 +1300 Subject: [PATCH] CI: Run Tests workflow in pr-tests environment without deployment Xref https://github.blog/changelog/2026-03-19-github-actions-late-march-2026-updates/#github-actions-now-allows-developers-to-use-environments-without-auto-deployment --- .github/workflows/ci_tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index c58ff35a7e2..12d6d4af617 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -51,6 +51,9 @@ jobs: test: name: ${{ matrix.os }} - Python ${{ matrix.python-version }} runs-on: ${{ matrix.os }} + environment: + name: pr-tests + deployment: false permissions: id-token: write # This is required for requesting OIDC token for codecov strategy: