File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 77 branches : [ "main" ]
88 pull_request :
99 branches : [ "main" ]
10+ workflow_dispatch :
11+ inputs :
12+ ref :
13+ description : ' Git ref to build'
14+ required : false
15+ default : ' '
1016
1117jobs :
1218 build :
5662 - uses : actions/checkout@v4
5763 with :
5864 submodules : recursive
65+ ref : ${{ inputs.ref || github.ref }}
5966
6067 - name : Set reusable strings
6168 # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Original file line number Diff line number Diff line change 1212 permissions :
1313 contents : write
1414 pull-requests : write
15+ actions : write
1516
1617 steps :
1718 - uses : actions/checkout@v4
8788 *This PR was automatically created by the update-llama-cpp workflow.*" \
8889 --base main \
8990 --head "$BRANCH_NAME"
91+
92+ # Trigger CI workflow on the new branch
93+ gh workflow run "CMake on multiple platforms" --ref "$BRANCH_NAME"
You can’t perform that action at this time.
0 commit comments