Skip to content

Commit cbad229

Browse files
committed
[ci] Change refs to v6-38-00-patches
Similar to commit 9a30047 for v6-36-00-patches.
1 parent 7b0f726 commit cbad229

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/root-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ on:
2020
inputs:
2121
head_ref:
2222
type: string
23-
default: master
23+
default: v6-38-00-patches
2424
base_ref:
2525
type: string
26-
default: master
26+
default: v6-38-00-patches
2727
ref_name:
2828
type: string
29-
default: master
29+
default: v6-38-00-patches
3030

3131
# Enables manual start of workflow
3232
workflow_dispatch:
@@ -35,12 +35,12 @@ on:
3535
description: rebase from ...
3636
type: string
3737
required: true
38-
default: master
38+
default: v6-38-00-patches
3939
base_ref:
4040
description: ... to ... (can have same value)
4141
type: string
4242
required: true
43-
default: master
43+
default: v6-38-00-patches
4444
incremental:
4545
description: 'Do incremental build'
4646
type: boolean

0 commit comments

Comments
 (0)