Skip to content

fix: need to allow schema version 1 for yaml migrations #7511

fix: need to allow schema version 1 for yaml migrations

fix: need to allow schema version 1 for yaml migrations #7511

Workflow file for this run

name: relock
on:
workflow_dispatch: null
issue_comment: null
schedule:
- cron: '30 * * * *'
concurrency: relock
jobs:
relock:
name: relock
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
with:
environment-file: conda-lock.yml
environment-name: cf-scripts
condarc-file: autotick-bot/condarc
- name: stop me if needed
run: |
python autotick-bot/stop_me_if_needed.py
- uses: conda-incubator/relock-conda@4a70352cec16f4b5976b9776deb83956a228c607 # v23
if: ${{ ! env.CI_SKIP }}
with:
github-token: ${{ secrets.AUTOTICK_BOT_TOKEN }}
automerge: true
skip-if-pr-exists: true
git-user-name: regro-cf-autotick-bot