Skip to content

Commit 26b5829

Browse files
authored
Merge pull request #69 from OpenVoxProject/armhf
CI: Make ref optional
2 parents c1b4c67 + a4e1a0e commit 26b5829

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_vanagon.yml

Lines changed: 3 additions & 3 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'
@@ -172,7 +172,7 @@ jobs:
172172
git config --global core.autocrlf false
173173
git config --global core.eol lf
174174
175-
- name: Checkout code at tag
175+
- name: Checkout code
176176
uses: actions/checkout@v6
177177
with:
178178
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)