From 288512e424dc6bc9d2cb100a8c46e250252ff1a3 Mon Sep 17 00:00:00 2001 From: Dmitry Tsemma Date: Wed, 25 Jun 2025 11:19:26 +0300 Subject: [PATCH 1/3] FRW-10317 Upgrade Ubuntu version in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f43043c..f06e1a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: validation: name: Validation - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 @@ -36,7 +36,7 @@ jobs: lowest: name: Prefer Lowest - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 From c85d86da2be00da316d1b54354e59315688a3246 Mon Sep 17 00:00:00 2001 From: Dmitry Tsemma Date: Wed, 25 Jun 2025 16:32:04 +0300 Subject: [PATCH 2/3] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f06e1a7..962b60c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: validation: name: Validation - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -36,7 +36,7 @@ jobs: lowest: name: Prefer Lowest - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 From 1d55d3159a98326f4904cb5e330060f5231ff401 Mon Sep 17 00:00:00 2001 From: Dmitry Tsemma Date: Thu, 26 Jun 2025 11:14:37 +0300 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 962b60c..d26bf32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ name: CI on: + pull_request: push: branches: - - 'master' - pull_request: + - master workflow_dispatch: jobs: