Current way is very slow way, lets try runnning on repo itself

This commit is contained in:
Igor Pecovnik
2026-01-04 17:33:29 +01:00
parent 4bde1a7214
commit 06663c745b

View File

@@ -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: