aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2023-10-03 15:46:08 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2023-10-03 15:46:08 -0700
commitb86862de0c44f0c17f2293a2947ee73467ffb9d4 (patch)
tree7cb2b882a9fd2a7a784aa04b276a05e19887c046 /.github
parent55be26c0d5f71016f27fe4e233070ccbb3f6f571 (diff)
Fix: Remove target repo input
Issue-ID: CIMAN-33 Change-Id: If47eeeeb8ac27e4cf54993590a31540212aa332f Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gerrit-verify.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml
index 21264d2e6..6c6a37155 100644
--- a/.github/workflows/gerrit-verify.yaml
+++ b/.github/workflows/gerrit-verify.yaml
@@ -41,11 +41,6 @@ on:
description: "Gerrit refspec of change"
required: true
type: string
- TARGET_REPO:
- # yamllint disable-line rule:line-length
- description: "The target GitHub repository needing the required workflow"
- required: true
- type: string
concurrency:
# yamllint disable-line rule:line-length
@@ -88,7 +83,6 @@ jobs:
GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }}
JDK_VERSION: "17"
MVN_VERSION: "3.8.2"
- TARGET_REPO: ${{ inputs.TARGET_REPO }}
vote:
if: ${{ always() }}