We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0f726 commit cbad229Copy full SHA for cbad229
.github/workflows/root-ci.yml
@@ -20,13 +20,13 @@ on:
20
inputs:
21
head_ref:
22
type: string
23
- default: master
+ default: v6-38-00-patches
24
base_ref:
25
26
27
ref_name:
28
29
30
31
# Enables manual start of workflow
32
workflow_dispatch:
@@ -35,12 +35,12 @@ on:
35
description: rebase from ...
36
37
required: true
38
39
40
description: ... to ... (can have same value)
41
42
43
44
incremental:
45
description: 'Do incremental build'
46
type: boolean
0 commit comments