Skip to content

Commit bf05111

Browse files
committed
CI: Make ref optional
When not set, GitHub will automatically checkout the ref from the PR.
1 parent 7126c13 commit bf05111

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_vanagon.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
workflow_call:
55
inputs:
66
ref:
7-
description: 'Tag to build'
8-
required: true
7+
description: 'Git ref to build'
8+
required: false
99
type: string
1010
project_name:
1111
description: 'The vanagon project to build'

0 commit comments

Comments
 (0)