diff --git a/.github/workflows/tests-template.yaml b/.github/workflows/tests-template.yaml index 3b44592f378d..3821bd881402 100644 --- a/.github/workflows/tests-template.yaml +++ b/.github/workflows/tests-template.yaml @@ -15,7 +15,7 @@ jobs: test: runs-on: ${{ inputs.runs-on }} # this is to prevent the job to run at forked projects - if: github.repository == 'etcd-io/etcd' + # if: github.repository == 'etcd-io/etcd' strategy: fail-fast: false matrix: