diff --git a/.github/workflows/demos_unit_tests.yml b/.github/workflows/demos_unit_tests.yml index 768000ce4d14..21f5079cd1eb 100644 --- a/.github/workflows/demos_unit_tests.yml +++ b/.github/workflows/demos_unit_tests.yml @@ -18,7 +18,7 @@ env: jobs: check-should-run: name: Check if tests should run - runs-on: devextreme-shr2 + runs-on: ubuntu-latest outputs: should-run: ${{ steps.check.outputs.should-run }} steps: diff --git a/.github/workflows/demos_visual_tests.yml b/.github/workflows/demos_visual_tests.yml index a6e8cb033337..12055c6dfd3d 100644 --- a/.github/workflows/demos_visual_tests.yml +++ b/.github/workflows/demos_visual_tests.yml @@ -20,7 +20,7 @@ env: jobs: check-should-run: name: Check if tests should run - runs-on: devextreme-shr2 + runs-on: ubuntu-latest outputs: should-run: ${{ steps.check.outputs.should-run }} steps: @@ -29,7 +29,7 @@ jobs: run: echo "should-run=${{ env.RUN_TESTS }}" >> $GITHUB_OUTPUT get-changes: - runs-on: devextreme-shr2 + runs-on: ubuntu-latest needs: check-should-run if: github.event_name == 'pull_request' && needs.check-should-run.outputs.should-run == 'true' name: Get changed demos @@ -74,7 +74,7 @@ jobs: retention-days: 1 determine-framework-tests-scope: - runs-on: devextreme-shr2 + runs-on: ubuntu-latest name: Determine scope for framework tests needs: [check-should-run, get-changes] if: | @@ -1051,7 +1051,7 @@ jobs: if-no-files-found: ignore merge-artifacts: - runs-on: devextreme-shr2 + runs-on: ubuntu-latest needs: [testcafe-jquery, testcafe-frameworks-all, testcafe-frameworks-changed] if: always() && (needs.testcafe-jquery.result == 'failure' || needs.testcafe-frameworks-all.result == 'failure' || needs.testcafe-frameworks-changed.result == 'failure') diff --git a/.github/workflows/qunit_tests.yml b/.github/workflows/qunit_tests.yml index 3cc59b16f377..28a245aa90ae 100644 --- a/.github/workflows/qunit_tests.yml +++ b/.github/workflows/qunit_tests.yml @@ -19,7 +19,7 @@ env: jobs: check-should-run-all: name: Check if all tests should run - runs-on: devextreme-shr2 + runs-on: ubuntu-latest outputs: should-run: ${{ steps.check.outputs.should-run }} steps: diff --git a/.github/workflows/testcafe_tests.yml b/.github/workflows/testcafe_tests.yml index 6a98405b015f..3dec6b1ec414 100644 --- a/.github/workflows/testcafe_tests.yml +++ b/.github/workflows/testcafe_tests.yml @@ -20,7 +20,7 @@ env: jobs: check-should-run: name: Check if tests should run - runs-on: devextreme-shr2 + runs-on: ubuntu-latest outputs: should-run: ${{ steps.check.outputs.should-run }} steps: @@ -214,7 +214,7 @@ jobs: if-no-files-found: ignore merge-artifacts: - runs-on: devextreme-shr2 + runs-on: ubuntu-latest needs: testcafe if: ${{ always() }} @@ -236,7 +236,7 @@ jobs: delete-merged: true notify: - runs-on: devextreme-shr2 + runs-on: ubuntu-latest name: Send notifications needs: [build, testcafe] if: github.event_name != 'pull_request' && contains(needs.*.result, 'failure')