Skip to content

Commit

Permalink
ci: Reset to base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 15, 2024
1 parent 14a4fe5 commit 0b54a06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update_pixi_lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ permissions:

on:
workflow_dispatch:
# schedule:
# - cron: 0 5 1 * *
schedule:
- cron: 0 5 1 * *

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

Expand All @@ -44,7 +44,7 @@ jobs:
title: Update pixi lockfile
body-path: diff.md
branch: topic/update-pixi
base: topic/pixi
base: devel
labels: pixi
delete-branch: true
add-paths: pixi.lock

0 comments on commit 0b54a06

Please sign in to comment.