Skip to content

Commit

Permalink
DEBUG: Disable everything but the windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Atkins committed Mar 29, 2022
1 parent c0bb6f3 commit c60e643
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

linux:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0
if: false #needs.git_checks.outputs.num_code_changes > 0

runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:

macos:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0
if: false # needs.git_checks.outputs.num_code_changes > 0

runs-on: ${{ matrix.image }}
env:
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:

docker:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0
if: false # needs.git_checks.outputs.num_code_changes > 0

runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
# standard container job.
contract:
needs: [format, git_checks, docker]
if: needs.git_checks.outputs.num_code_changes > 0
if: false # needs.git_checks.outputs.num_code_changes > 0

runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit c60e643

Please sign in to comment.