Skip to content

Commit 4a50a45

Browse files
committed
chore: remove unnecessary inputs
JIRA: GRIF-524
1 parent 255d815 commit 4a50a45

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/lcm-integration-e2e.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@ name: LCM Integration E2E Pipeline
33
on:
44
workflow_call:
55
inputs:
6-
AUTO_MERGE:
7-
default: true
8-
required: false
9-
type: boolean
10-
description: Must be set here in order to use in if condition at job level.
11-
base_branch:
12-
required: true
13-
type: string
14-
description: The base branch to compare against for detecting changes.
15-
pr_number:
16-
required: true
17-
type: string
186
java_version:
197
required: true
208
type: string

.github/workflows/lcm-pipeline.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,6 @@ jobs:
259259
id-token: write
260260
contents: read
261261
with:
262-
AUTO_MERGE: ${{ inputs.AUTO_MERGE }}
263-
base_branch: ${{ inputs.base_branch }}
264-
pr_number: ${{ inputs.pr_number }}
265262
java_version: '11'
266263
ruby_version: 'jruby-9.4.12.1'
267264

0 commit comments

Comments
 (0)