From c6cf97ad47ff053626d1330779472fed6ff36eda Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Oct 2025 22:44:18 +0000 Subject: [PATCH 1/2] Initial plan From f6c1a6da706caefdfcf0e38299e977902f44bf12 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Oct 2025 22:49:10 +0000 Subject: [PATCH 2/2] Add job dependency to ensure bump-main-version runs after check-script Co-authored-by: dibarbet <5749229+dibarbet@users.noreply.github.com> --- .github/workflows/branch-snap.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/branch-snap.yml b/.github/workflows/branch-snap.yml index 578b7e1d16..880b9b833e 100644 --- a/.github/workflows/branch-snap.yml +++ b/.github/workflows/branch-snap.yml @@ -13,6 +13,7 @@ jobs: configuration_file_path: '.config/snap-flow.json' bump-main-version: + needs: check-script if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: