From 2cdfff2575fdec2741b8a3dda44fcb984372187b Mon Sep 17 00:00:00 2001 From: awwpotato <153149335+awwpotato@users.noreply.github.com> Date: Sat, 5 Apr 2025 14:16:02 -0700 Subject: [PATCH] ci: run flake update on stable release (#1105) --- .github/workflows/update-flake.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index c6ddd2d1..f69df637 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -10,8 +10,13 @@ jobs: flake-update: runs-on: ubuntu-latest if: github.repository_owner == 'danth' + strategy: + matrix: + branch: [master, release-24.11] steps: - uses: actions/checkout@v4 + with: + ref: ${{ matrix.branch }} - uses: DeterminateSystems/nix-installer-action@v16 - uses: cachix/cachix-action@v16 with: @@ -27,6 +32,7 @@ jobs: - uses: DeterminateSystems/update-flake-lock@v24 with: token: ${{ steps.generate-token.outputs.token }} + branch: update_flake_lock_action_${{ matrix.branch }} commit-msg: "stylix: update all flake inputs" pr-title: "stylix: update all flake inputs" pr-labels: dependencies