diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 71e087c..f5052fa 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -13,7 +13,7 @@ on: - ".github/**" jobs: - tests: + test: if: ${{ github.repository_owner == 'placeholder-app' }} strategy: matrix: @@ -23,8 +23,6 @@ jobs: steps: # Clone repository - uses: actions/checkout@v3 - with: - go-version: ${{ matrix.go-version }} # Install dependencies - name: Setup Go