Skip to content

Commit

Permalink
Remove condition from CI test job.
Browse files Browse the repository at this point in the history
This test was a leftover from when the test publish action was running from pull_request_target, now it's preventing tests from running on in-repo branches.
  • Loading branch information
jaqx0r authored Jan 7, 2021
1 parent 1e2bc25 commit 79dcd45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ env:
GOPROXY: "https://proxy.golang.org"
jobs:
test:
if: >
github.event_name == 'push' ||
github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 79dcd45

Please sign in to comment.