Skip to content

Commit 67357ee

Browse files
committed
feat: revised skip e2e input
1 parent c6dd41f commit 67357ee

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/linea-besu-package-release.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ on:
1717
- '.github/workflows/reuse-linea-besu-package-*.yml'
1818

1919
workflow_call:
20-
inputs:
21-
skip_e2e_test:
22-
required: false
23-
type: boolean
24-
default: false
2520
workflow_dispatch:
2621
inputs:
2722
release_tag_prefix:
@@ -30,10 +25,10 @@ on:
3025
type: string
3126
default: ''
3227
skip_e2e_test:
33-
description: 'Skip e2e test for the need of pushing image to dockerhub'
28+
description: 'Type "true" to skip e2e test for the need of pushing image to dockerhub'
3429
required: false
35-
type: boolean
36-
default: false
30+
type: string
31+
default: ''
3732

3833
permissions:
3934
actions: read

0 commit comments

Comments
 (0)