Skip to content

Commit

Permalink
Remove invalid checkout option
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Feb 3, 2023
1 parent ad0d4d6 commit 4907706
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- ".github/**"

jobs:
tests:
test:
if: ${{ github.repository_owner == 'placeholder-app' }}
strategy:
matrix:
Expand All @@ -23,8 +23,6 @@ jobs:
steps:
# Clone repository
- uses: actions/checkout@v3
with:
go-version: ${{ matrix.go-version }}

# Install dependencies
- name: Setup Go
Expand Down

0 comments on commit 4907706

Please sign in to comment.