X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fpush-containers.yml;fp=.github%2Fworkflows%2Fpush-containers.yml;h=bad39c2fc2c9b35985ffccc98a75576dfc8571dd;hp=cc13cda5725e9be7ed424580a33a005fb7513486;hb=6f89a0ca20505e85f53bdd5573f26e443e961257;hpb=91add68e50ea71b92f8528cba01de0017a15492b diff --git a/.github/workflows/push-containers.yml b/.github/workflows/push-containers.yml index cc13cda572..bad39c2fc2 100644 --- a/.github/workflows/push-containers.yml +++ b/.github/workflows/push-containers.yml @@ -18,6 +18,7 @@ concurrency: jobs: build-linux-buildbot: name: Build tools with buildbot container + if: ${{ github.repository_owner == 'openwrt' }} uses: ./.github/workflows/build-tools.yml with: generate_prebuilt_artifacts: true @@ -25,6 +26,7 @@ jobs: push-tools-container: needs: build-linux-buildbot name: Push prebuilt tools container + if: ${{ github.repository_owner == 'openwrt' }} runs-on: ubuntu-latest permissions: