From 5130864927e96f1beb4abd6435d8d99244a95594 Mon Sep 17 00:00:00 2001 From: Costin Lupu <53002986+clupuishere@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:26:28 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab527c04e..916a26911 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,3 +69,9 @@ jobs: echo "license_changed=YES" >> $GITHUB_OUTPUT fi + pr-integration-testing-approval: + name: Approval for PR integration testing + runs-on: linux + environment: pr-integration-testing-approval + steps: + - run: echo "PR integration testing approved"