From 0b54a065afefd91dea7efef6ae2ba6e9bdd7235d Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Tue, 15 Oct 2024 14:56:20 +0200 Subject: [PATCH] ci: Reset to base branch --- .github/workflows/update_pixi_lockfiles.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update_pixi_lockfiles.yml b/.github/workflows/update_pixi_lockfiles.yml index 7fbe5411..bc6a1927 100644 --- a/.github/workflows/update_pixi_lockfiles.yml +++ b/.github/workflows/update_pixi_lockfiles.yml @@ -5,8 +5,8 @@ permissions: on: workflow_dispatch: - # schedule: - # - cron: 0 5 1 * * + schedule: + - cron: 0 5 1 * * jobs: pixi-update: @@ -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 @@ -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