Skip to content

Commit

Permalink
[CI] Fix typo in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
cas-- committed Jan 13, 2022
1 parent 1696c69 commit d143100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
Build:
runs-on: windows-latest
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows'))
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows')
strategy:
matrix:
arch: [x64, x86]
Expand Down

0 comments on commit d143100

Please sign in to comment.