mirror of
https://github.com/armbian/os.git
synced 2026-01-06 10:38:50 -08:00
Current way is very slow way, lets try runnning on repo itself
This commit is contained in:
@@ -5,7 +5,8 @@ jobs: # <TEMPLATE-IGNORE>
|
||||
|
||||
publish-debs-to-repo:
|
||||
name: "Download artifacts from ORAS cache"
|
||||
runs-on: ubuntu-latest
|
||||
#runs-on: ubuntu-latest
|
||||
runs-on: repository
|
||||
if: ${{ !failure() && !cancelled() && github.event.inputs.targetsFilterInclude == '' && inputs.ref == '' }} # eg: run if dependencies worked. See https://github.com/orgs/community/discussions/45058#discussioncomment-4817378
|
||||
needs: [ "matrix_prep", "all-artifacts-ready" ]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user