Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…conda into commands
  • Loading branch information
beckermr committed Sep 25, 2024
2 parents d55f7af + df91b02 commit 09bf2b2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/relock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: relock

on:
workflow_dispatch:
issue_comment:

jobs:
test:
runs-on: ubuntu-latest
name: test
steps:
- name: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- name: run
uses: conda-incubator/relock-conda@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 09bf2b2

Please sign in to comment.