update-pixi-lockfile #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |