From 5efb2d27b3af565585ebc9f8f312981c0988e50c Mon Sep 17 00:00:00 2001 From: lochana-chathura <39232462+lochana-chathura@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:56:10 +0530 Subject: [PATCH] Modify workflows --- .github/workflows/integration_test_runner.yml | 2 +- ..._ubuntu_build.yml.disabled => pull_request_ubuntu_build.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{pull_request_ubuntu_build.yml.disabled => pull_request_ubuntu_build.yml} (100%) diff --git a/.github/workflows/integration_test_runner.yml b/.github/workflows/integration_test_runner.yml index b31e993f26e3..5e53df88dc8e 100644 --- a/.github/workflows/integration_test_runner.yml +++ b/.github/workflows/integration_test_runner.yml @@ -8,7 +8,7 @@ on: jobs: ubuntu_build: name: Build with integration tests only on Ubuntu - runs-on: ubuntu-latest + runs-on: windows-latest timeout-minutes: 150 concurrency: group: ${{ github.head_ref }}-ubuntu diff --git a/.github/workflows/pull_request_ubuntu_build.yml.disabled b/.github/workflows/pull_request_ubuntu_build.yml similarity index 100% rename from .github/workflows/pull_request_ubuntu_build.yml.disabled rename to .github/workflows/pull_request_ubuntu_build.yml