Skip to content

Commit ff982fe

Browse files
committed
Upstream.
1 parent 29a2902 commit ff982fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/zCustom.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,8 @@ jobs:
12811281

12821282
build-hash:
12831283
needs: [build, build-convert-rootfs, build-convert-live]
1284-
runs-on: ${{ github.event.inputs.runnerName == '' && 'ubuntu-latest' || github.event.inputs.runnerName }}
1284+
runs-on: ubuntu-latest
1285+
#runs-on: ${{ github.event.inputs.runnerName == '' && 'ubuntu-latest' || github.event.inputs.runnerName }}
12851286
steps:
12861287
- name: report! API Rate Limit
12871288
shell: bash

_lib/ubDistBuild

0 commit comments

Comments
 (0)