From 7f6ff0bd5a286a3c966b2f94b72ff20e28027476 Mon Sep 17 00:00:00 2001 From: Ian Tomalin Date: Thu, 24 Nov 2022 22:08:43 +0000 Subject: [PATCH] tweak --- .github/workflows/github_CI.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/github_CI.yml b/.github/workflows/github_CI.yml index 804be9587462b..dbcd8271505db 100644 --- a/.github/workflows/github_CI.yml +++ b/.github/workflows/github_CI.yml @@ -49,9 +49,6 @@ jobs: # Sets env. variable $current_branch echo "current_branch=$(echo ${{ github.ref }} | sed -E 's|refs/[a-zA-Z]+/||')" >> $GITHUB_ENV - - name: Print generic gitlab CI location - echo "In general, gitlab CI jobs run in https://gitlab.cern.ch/cms-l1tk/cmssw_CI/-/jobs" - - name: Trigger gitlab CI run # Communicate between gitlab & github, and trigger gitlab CI run. # (Forked from https://github.com/SvanBoxel/gitlab-mirror-and-ci-action).