From fa3d92009da0f1046cf9cb0e231dd80a7786375a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey?= Date: Mon, 23 May 2022 10:15:29 +0200 Subject: [PATCH] Update workflows/qa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Brey --- .github/workflows/qa.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 46d8034216..b870b09ed1 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -13,9 +13,6 @@ jobs: id: check-secrets - uses: actions/checkout@v3 if: ${{ steps.check-secrets.outputs.ok == 'true' }} - with: - repository: ${{ github.event.pull_request.head.repo.full_name }} - ref: ${{ github.event.pull_request.head.ref }} - name: set up JDK 11 uses: actions/setup-java@v3 if: ${{ steps.check-secrets.outputs.ok == 'true' }}