diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a3e037a9..4d3c993c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -17,6 +17,7 @@ env: jobs: e2e: runs-on: ubuntu-latest + if: github.repository == 'Layr-Labs/devkit-cli' steps: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2