aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/push-containers.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/push-containers.yml')
-rw-r--r--.github/workflows/push-containers.yml2
1 files changed, 2 insertions, 0 deletions
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: