Skip to content

update-pixi-lockfile #1

update-pixi-lockfile

update-pixi-lockfile #1

# Updates the pixi lockfile and create a pull request containing the changes.
name: update-pixi-lockfile
on:
# Enable workflow to be triggered from GitHub CLI, browser, or via API
workflow_dispatch:
schedule:
- cron: 43 5 16 * * # 05:43 UTC on the 16th day of each month
jobs:
update-pixi-lockfile:
permissions:
contents: write
pull-requests: write
uses: UBC-MOAD/gha-workflows/.github/workflows/pixi-lockfile-updater.yaml@main