Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
ci: do not run WSL1 jobs on master (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus authored May 26, 2021
1 parent 5b49e0c commit 75d5589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:

jobs:
wsl1:
if: github.ref != 'refs/heads/master'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 75d5589

Please sign in to comment.