From 6468014912de3ce6973b34fa01392b33258ac4ab Mon Sep 17 00:00:00 2001 From: Pedro Lopes <83576881+pedrompflopes@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:55:34 +0000 Subject: [PATCH] remove environment (#640) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e9a215e0..2472ae737 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,6 @@ jobs: fi integration-tests: runs-on: ubuntu-latest - environment: DEU_GALACTICA steps: - name: Checkout the repository uses: actions/checkout@v4