Skip to content

Commit

Permalink
Set CI jobs to update lock file for both main and release-6.14 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Sep 21, 2024
1 parent 1ae12c8 commit ee45b18
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update_lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit ee45b18

Please sign in to comment.