Skip to content

Commit

Permalink
Upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirage335 committed Dec 23, 2024
1 parent 596e600 commit 55f8c86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/zCustom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ on:
- latest
- internal
- base
customTimeout:
required: false
default: '45'
type: choice
options:
- '45'
- '300'
DISABLE_ROOTFS:
type: boolean
default: true
Expand Down Expand Up @@ -738,6 +745,7 @@ jobs:
shell: bash
run: |
./ubiquitous_bash.sh _custom || true
timeout-minutes: ${{ github.event.inputs.customTimeout }}


- name: _custom-bundle
Expand Down
2 changes: 1 addition & 1 deletion _lib/ubDistBuild

0 comments on commit 55f8c86

Please sign in to comment.