From 7fa93e7ab6a91e05b56217feb13d404eeb4f140d Mon Sep 17 00:00:00 2001 From: Vincent Payet Date: Mon, 27 May 2024 15:46:49 +0200 Subject: [PATCH] revert ci tests ubuntu --- .github/workflows/ubuntu.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 28225a0985..7301cc32df 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -159,7 +159,7 @@ jobs: os: ${{ matrix.test-platform }} - name: Run medium-tests - if: ${{ env.IS_PUSH == 'true' }} + if: ${{ env.IS_RELEASE == 'true' }} uses: ./.github/workflows/run-tests with: simtest-tag: ${{steps.simtest-version.outputs.prop}} @@ -167,7 +167,7 @@ jobs: os: ${{ matrix.test-platform }} - name: Run long-tests-1 - if: ${{ env.IS_PUSH == 'true' }} + if: ${{ env.IS_RELEASE == 'true' }} uses: ./.github/workflows/run-tests with: simtest-tag: ${{steps.simtest-version.outputs.prop}} @@ -175,7 +175,7 @@ jobs: os: ${{ matrix.test-platform }} - name: Run long-tests-2 - if: ${{ env.IS_PUSH == 'true' }} + if: ${{ env.IS_RELEASE == 'true' }} uses: ./.github/workflows/run-tests with: simtest-tag: ${{steps.simtest-version.outputs.prop}} @@ -183,7 +183,7 @@ jobs: os: ${{ matrix.test-platform }} - name: Run long-tests-3 - if: ${{ env.IS_PUSH == 'true' }} + if: ${{ env.IS_RELEASE == 'true' }} uses: ./.github/workflows/run-tests with: simtest-tag: ${{steps.simtest-version.outputs.prop}}