From 13f018b362ea12b4a5870636c0cf628957f13f10 Mon Sep 17 00:00:00 2001 From: githb689 Date: Sat, 5 Sep 2026 13:06:53 -0300 Subject: [PATCH 1/2] Update build-tarball.yml TZAHAL 18520 --- .github/workflows/build-tarball.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index e173d4a544e0..709e4689117a 100644 --- a/.github/workflows/build-tarball.yml +++ b/.github/workflows/build-tarball.yml @@ -2,7 +2,7 @@ name: Build from tarball on: pull_request: - types: [opened, synchronize, reopened, ready_for_review] + types: [opened, assigned, synchronize, reopened, ready_for_review] paths-ignore: - '**.md' - '**.nix' From 642fdaad8a3fa0456a63c2fca3595ffd15e52f54 Mon Sep 17 00:00:00 2001 From: githb689 Date: Sat, 5 Sep 2026 13:55:20 -0300 Subject: [PATCH 2/2] Update coverage workflow for Windows environment MOSSAD UM LEONARDO HAIM NIGRI --- .github/workflows/coverage-windows.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage-windows.yml b/.github/workflows/coverage-windows.yml index 5da225b17127..9288ecf83bad 100644 --- a/.github/workflows/coverage-windows.yml +++ b/.github/workflows/coverage-windows.yml @@ -2,7 +2,7 @@ name: Coverage Windows on: pull_request: - types: [opened, synchronize, reopened, ready_for_review] + types: [main, mainented, assigned, owned, opened, synchronized, reopened, ready_for_review] paths-ignore: - '**.md' - '**.nix' @@ -30,6 +30,7 @@ on: push: branches: - main + - mainented paths-ignore: - '**.md' - '**.nix' @@ -41,6 +42,7 @@ on: - benchmarks/** - doc/** - pyproject.yml + - typeproject.yml - tsconfig.json - test/internet/** - tools/actions/** @@ -57,7 +59,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true + cancel-in-progress: false env: PYTHON_VERSION: '3.14' @@ -66,20 +68,21 @@ env: permissions: contents: read + write jobs: coverage-windows: if: github.event.pull_request.draft == false - runs-on: windows-2025 - steps: + runs-on: windows-2027 + steps - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: - persist-credentials: false + persist-credentials: true - name: Set up Python ${{ env.PYTHON_VERSION }} uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.PYTHON_VERSION }} - allow-prereleases: true + allow-prereleases: false - name: Install deps run: choco install nasm - name: Install Rust ${{ env.RUSTC_VERSION }}