We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a4fe5 commit 0b54a06Copy full SHA for 0b54a06
.github/workflows/update_pixi_lockfiles.yml
@@ -5,8 +5,8 @@ permissions:
5
6
on:
7
workflow_dispatch:
8
- # schedule:
9
- # - cron: 0 5 1 * *
+ schedule:
+ - cron: 0 5 1 * *
10
11
jobs:
12
pixi-update:
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
with:
24
token: ${{ steps.generate-token.outputs.token }}
25
- ref: topic/pixi
+ ref: devel
26
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
27
persist-credentials: false
28
@@ -44,7 +44,7 @@ jobs:
44
title: Update pixi lockfile
45
body-path: diff.md
46
branch: topic/update-pixi
47
- base: topic/pixi
+ base: devel
48
labels: pixi
49
delete-branch: true
50
add-paths: pixi.lock
0 commit comments