Skip to content

Commit 57d717a

Browse files
committed
test2
1 parent 05b9bda commit 57d717a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/testing-vars.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: testing-vars
2-
run-name: "testing-vars"
2+
run-name: Testing variables workflow. The value of skip_tests=${{ inputs.skip_tests }}
33

44
env:
55
APPLICATION: "erigon"
@@ -20,6 +20,12 @@ on:
2020
#- 'v*.*.*'
2121
#- 'v*.*.*-*'
2222
workflow_dispatch:
23+
inputs:
24+
skip_tests:
25+
required: false
26+
type: boolean
27+
default: false
28+
description: 'Skip tests during release build'
2329

2430
jobs:
2531

0 commit comments

Comments
 (0)