diff --git a/.github/workflows/publish-crates-auto.yml b/.github/workflows/publish-crates-auto.yml index 498b43e21..9c8a8e626 100644 --- a/.github/workflows/publish-crates-auto.yml +++ b/.github/workflows/publish-crates-auto.yml @@ -19,6 +19,7 @@ env: jobs: detect-version-change: name: Detect Version Bump + if: github.repository == 'zeroclaw-labs/zeroclaw' runs-on: ubuntu-latest outputs: changed: ${{ steps.check.outputs.changed }} diff --git a/.github/workflows/release-beta-on-push.yml b/.github/workflows/release-beta-on-push.yml index 0da3fe744..22c19486a 100644 --- a/.github/workflows/release-beta-on-push.yml +++ b/.github/workflows/release-beta-on-push.yml @@ -21,6 +21,7 @@ env: jobs: version: name: Resolve Version + if: github.repository == 'zeroclaw-labs/zeroclaw' runs-on: ubuntu-latest outputs: version: ${{ steps.ver.outputs.version }} @@ -40,6 +41,7 @@ jobs: release-notes: name: Generate Release Notes + if: github.repository == 'zeroclaw-labs/zeroclaw' runs-on: ubuntu-latest outputs: notes: ${{ steps.notes.outputs.body }} @@ -130,6 +132,7 @@ jobs: web: name: Build Web Dashboard + if: github.repository == 'zeroclaw-labs/zeroclaw' runs-on: ubuntu-latest timeout-minutes: 10 steps: