Skip to content

Commit 0b54a06

Browse files
committed
ci: Reset to base branch
1 parent 14a4fe5 commit 0b54a06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update_pixi_lockfiles.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ permissions:
55

66
on:
77
workflow_dispatch:
8-
# schedule:
9-
# - cron: 0 5 1 * *
8+
schedule:
9+
- cron: 0 5 1 * *
1010

1111
jobs:
1212
pixi-update:
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
token: ${{ steps.generate-token.outputs.token }}
25-
ref: topic/pixi
25+
ref: devel
2626
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
2727
persist-credentials: false
2828

@@ -44,7 +44,7 @@ jobs:
4444
title: Update pixi lockfile
4545
body-path: diff.md
4646
branch: topic/update-pixi
47-
base: topic/pixi
47+
base: devel
4848
labels: pixi
4949
delete-branch: true
5050
add-paths: pixi.lock

0 commit comments

Comments
 (0)