From 1cf9adefc3e3e570871bfd4433ff59e0c626a419 Mon Sep 17 00:00:00 2001 From: Splines Date: Sat, 1 Feb 2025 13:57:12 +0100 Subject: [PATCH] Don't require another approval for subsequent jobs (after build) --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 28fc45096..4ab57ce13 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,7 +66,6 @@ jobs: unit-tests: name: Unit tests - environment: testing runs-on: ubuntu-latest permissions: write-all needs: build-mampf @@ -106,7 +105,6 @@ jobs: # Cypress end-to-end (e2e) tests e2e-tests: name: e2e (Cypress) - environment: testing runs-on: ubuntu-latest permissions: write-all needs: build-mampf