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}}