diff options
author | Seth Vargo <seth@sethvargo.com> | 2021-03-11 13:25:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 13:25:04 -0500 |
commit | 449913e65514a629b40e37e4ebbb0fe310276e94 (patch) | |
tree | e442d033fef1a412424b99e2cd1469d174cb9028 /.github | |
parent | ddc69a16382b92b719777c2c2c2b94b12730191a (diff) |
Update go.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9432f1137..4c8b8ea5c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,6 @@ jobs: uses: styfle/cancel-workflow-action@0.7.0 with: access_token: ${{ github.token }} - if: ${{github.ref != 'refs/head/main'}} - id: setup run: | if ! [[ -z "${{ secrets.GO_TOKEN }}" ]]; then |