From 47ee8a4b719c47cee344ce4dd71d32165fd4e246 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Mon, 15 Jul 2024 11:25:56 +0200 Subject: [PATCH] Removed unused variables in CI --- .github/workflows/buildtest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index 6adcfdd28..7a9c013ec 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -14,8 +14,6 @@ on: pull_request: env: - GIT_URL: "${{ github.server_url }}/${{ github.repository }}.git" - BRANCH: "${{ github.ref }}" # GitHub runners currently have two cores NR_JOBS: "2"