Skip to content

Commit

Permalink
fixup! fixup! fixup! Merge pull request ornladios#3737 from vicentebo…
Browse files Browse the repository at this point in the history
…lea/fix-evpath-plugins-path
  • Loading branch information
vicentebolea committed Aug 7, 2023
1 parent 7fb94c6 commit abbc534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:

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

runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -242,7 +242,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 @@ -309,7 +309,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

0 comments on commit abbc534

Please sign in to comment.