diff --git a/.github/workflows/everything.yml b/.github/workflows/everything.yml index 24bcd0f95a..e19fb10e97 100644 --- a/.github/workflows/everything.yml +++ b/.github/workflows/everything.yml @@ -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: @@ -201,7 +201,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: @@ -246,7 +246,7 @@ jobs: windows: 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: @@ -299,7 +299,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: @@ -364,7 +364,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: