Skip to content

Commit

Permalink
wip: fix conditional
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Young <[email protected]>
  • Loading branch information
ameyer-pivotal authored and Micah Young committed Apr 30, 2020
1 parent d10bd84 commit 58bbed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "::add-path::$(go env GOPATH)/bin"
- name: Verify
# disabled for windows due to format verification failing
if: ${{ contains('windows', matrix.os) }}
if: ${{ !contains('windows', matrix.os) }}
run: make verify
- name: Test
env:
Expand Down

0 comments on commit 58bbed6

Please sign in to comment.