Skip to content

Commit

Permalink
Merge branch 'refs/heads/dev' into adrian/dummy-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Nov 8, 2024
2 parents 202ff2d + c315bf2 commit f0ad38a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/pullRequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,7 @@ jobs:
NODE_OPTIONS: '--max_old_space_size=4096'
YARN_ENABLE_IMMUTABLE_INSTALLS: false
AWS_REGION: eu-central-1
if: >-
fromJson(needs.jestTestsNoStorageConstants.outputs.packages-to-jest-test)
!= '[]'
if: false
steps:
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -349,9 +347,7 @@ jobs:
NODE_OPTIONS: '--max_old_space_size=4096'
YARN_ENABLE_IMMUTABLE_INSTALLS: false
AWS_REGION: eu-central-1
if: >-
fromJson(needs.jestTestsddbConstants.outputs.packages-to-jest-test) !=
'[]'
if: fromJson(needs.jestTestsddbConstants.outputs.packages-to-jest-test) != []
steps:
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -472,7 +468,7 @@ jobs:
ELASTIC_SEARCH_INDEX_PREFIX: ${{ matrix.package.id }}
if: >-
fromJson(needs.jestTestsddb-esConstants.outputs.packages-to-jest-test) !=
'[]' && needs.constants.outputs.is-fork-pr != 'true'
[] && needs.constants.outputs.is-fork-pr != 'true'
steps:
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -600,7 +596,7 @@ jobs:
ELASTIC_SEARCH_INDEX_PREFIX: ${{ matrix.package.id }}
if: >-
fromJson(needs.jestTestsddb-osConstants.outputs.packages-to-jest-test) !=
'[]' && needs.constants.outputs.is-fork-pr != 'true'
[] && needs.constants.outputs.is-fork-pr != 'true'
steps:
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit f0ad38a

Please sign in to comment.