Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Apr 14, 2022
1 parent 34b1c7a commit ab033ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Test
run: go test -v ./...
build_linux:
if: github.event_name == "push"
if: github.event_name == 'push'
needs: [ test_pass ]
runs-on: ubuntu-latest
strategy:
Expand All @@ -46,7 +46,7 @@ jobs:
path: 'dist'

build_windows:
if: github.event_name == "push"
if: github.event_name == 'push'
needs: [ test_pass ]
runs-on: windows-latest
steps:
Expand Down

0 comments on commit ab033ee

Please sign in to comment.