Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Mar 14, 2023
1 parent 69be5f4 commit c9e41bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
name: 'Build + Test (Windows, ${{matrix.build_type}})'
runs-on: windows-latest

needs: skip_duplicate
if: ${{ needs.skip_duplicate.outputs.should_skip != 'true' }}
# needs: skip_duplicate
# if: ${{ needs.skip_duplicate.outputs.should_skip != 'true' }}

strategy:
fail-fast: false
Expand Down

0 comments on commit c9e41bf

Please sign in to comment.