Skip to content

Commit

Permalink
Merge pull request #690 from conda-forge/beckermr-patch-1
Browse files Browse the repository at this point in the history
feat: enable relocking in PRs
  • Loading branch information
beckermr authored Sep 28, 2024
2 parents 32edcfd + be47422 commit 93634de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clean-and-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: "0 * * * *"
workflow_dispatch: null
issue_comment:

jobs:
relock:
Expand All @@ -21,7 +22,7 @@ jobs:
owner: ${{ github.repository_owner }}

- name: relock
uses: beckermr/relock-conda@37dda99dfc45d796d0b2526761856b10ff257d32
uses: beckermr/relock-conda@2fef2c0c536910c687bf0ae5a5691ab5da5fe579
with:
github-token: ${{ steps.generate_token.outputs.token }}
automerge: true
Expand All @@ -36,6 +37,7 @@ jobs:
clean-and-cache:
name: clean-and-cache
runs-on: "ubuntu-latest"
if: github.event_name != 'issue_comment'
defaults:
run:
shell: bash -leo pipefail {0}
Expand Down

0 comments on commit 93634de

Please sign in to comment.