Skip to content

relock

relock #20042

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:
- name: free disk space
uses: endersonmenezes/free-disk-space@7901478139cff6e9d44df5972fd8ab8fcade4db1 # v3
with:
remove_android: true
remove_dotnet: true
remove_haskell: true
rm_cmd: "rmz"
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
token: ${{ secrets.AUTOTICK_BOT_TOKEN }}
- uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v3.0.0
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@a2bc3539342497f43c9f13d322b24d8f17276f6e # v28
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
merge-as-admin-packages: 'conda-forge-pinning'