From 55d6bd209d40c2c81fbc5b5abdb7157b788ab3e7 Mon Sep 17 00:00:00 2001 From: Louis PERDEREAU Date: Mon, 9 Dec 2024 14:43:59 +0100 Subject: [PATCH] chore: Remove Github deployment in CI stage tests --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c992504..751d369 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,10 +28,6 @@ jobs: pylint: runs-on: ubuntu-latest concurrency: tests - environment: tests - permissions: - id-token: write - contents: write steps: - uses: actions/checkout@v3