From db609247e9cd6a9940532bdf79e1177af488313d Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 9 Aug 2025 15:24:05 -0400 Subject: [PATCH] Fix issues with nix regeneration/validation --- .github/workflows/ci-pipeline.yml | 4 +--- .github/workflows/regenerate-nix-deps.yml | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 1ce8258d58..a0d328b356 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -99,9 +99,7 @@ jobs: name: Validate Nix Flake needs: start-gate runs-on: ubuntu-latest - timeout-minutes: 20 - env: - TEST_TGS_VERSION: "6.17.0" # Version we use here doesn't matter as it won't be executed. Just used to download a zip and calc hash + timeout-minutes: 90 steps: - name: Install Native Packages # Name checked in rerunFlakyTests.js run: | diff --git a/.github/workflows/regenerate-nix-deps.yml b/.github/workflows/regenerate-nix-deps.yml index 921a1b6886..bb35638f82 100644 --- a/.github/workflows/regenerate-nix-deps.yml +++ b/.github/workflows/regenerate-nix-deps.yml @@ -5,6 +5,7 @@ on: paths: - '**.csproj' - '**.props' + - '**.yml' branches: - dev - master