diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6964231..4f7098f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,6 +17,8 @@ jobs: name: Publish to crates.io runs-on: ubuntu-24.04 timeout-minutes: 12 + # run workflow only on numaproj/numaflow-rs repository + if: ${{ github.repository }} == "numaproj/numaflow-rs" steps: - name: Check out code uses: actions/checkout@v4