From 4907706533a136c61e349f4f34f5356c189ff00c Mon Sep 17 00:00:00 2001 From: Alec M Date: Thu, 2 Feb 2023 19:58:52 -0500 Subject: [PATCH] Remove invalid checkout option --- .github/workflows/go-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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