From ee45b182f5b601ec442edb1ba7a341acc23c53d2 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Fri, 20 Sep 2024 23:24:11 -0700 Subject: [PATCH] Set CI jobs to update lock file for both main and release-6.14 branches --- .github/workflows/update_lockfiles.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_lockfiles.yml b/.github/workflows/update_lockfiles.yml index 1b6c8b74b161c..3d2704bfa15b3 100644 --- a/.github/workflows/update_lockfiles.yml +++ b/.github/workflows/update_lockfiles.yml @@ -12,6 +12,9 @@ on: jobs: pixi-update: runs-on: ubuntu-latest + strategy: + matrix: + base: [main, release-6.14] steps: - uses: actions/checkout@v4 - name: Set up pixi @@ -29,8 +32,8 @@ jobs: commit-message: Update pixi lockfile title: Update pixi lockfile body-path: diff.md - branch: update-pixi - base: main + branch: update-pixi-${{ matrix.base }} + base: ${{ matrix.base }} labels: pixi delete-branch: true add-paths: pixi.lock