diff --git a/.github/workflows/performance-test.yaml b/.github/workflows/performance-test.yaml index 65ca4f706..76c24bf91 100644 --- a/.github/workflows/performance-test.yaml +++ b/.github/workflows/performance-test.yaml @@ -15,6 +15,7 @@ jobs: os: [ubuntu-latest, macOS-latest] runs-on: ${{ matrix.os }} + if: github.repository == 'projectdiscovery/nuclei' steps: - name: Set up Go uses: actions/setup-go@v4