Skip to content

Commit

Permalink
Disable Linux and Mac CI for windows branch
Browse files Browse the repository at this point in the history
  • Loading branch information
krOoze committed Jul 27, 2020
1 parent 88861df commit e22ac29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
path: source\build\${{ matrix.build_config }}\HelloTriangle.exe

linux_jorb:
if: endsWith( github.ref, 'dxgi_interop' ) == false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
path: source/build/HelloTriangle

mac_jorb:
if: endsWith( github.ref, 'dxgi_interop' ) == false
runs-on: macos-latest
strategy:
matrix:
Expand Down

0 comments on commit e22ac29

Please sign in to comment.