Skip to content

Commit

Permalink
fixup! emu,ppc64le: disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Apr 10, 2023
1 parent ce811b8 commit 4bea9b7
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

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

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

linux_emu:
needs: [format, git_checks]
if: needs.git_checks.outputs.num_code_changes > 0 &&
(
contains('refs/heads/master', github.ref) ||
contains('refs/heads/release_', github.ref)
)
if: needs.git_checks.outputs.num_code_changes > 0

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

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

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

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

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

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

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

runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 4bea9b7

Please sign in to comment.