Skip to content

Commit

Permalink
Automatically update conda lock files.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jun 25, 2024
1 parent 14ac436 commit 9048f82
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/update-conda-lockfiles.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Update conda lockfiles.

on:
schedule:
- cron: '0 12 1 * *'

workflow_dispatch:

jobs:
update:
uses: glotzerlab/workflows/.github/workflows/update-conda-lockfiles.yaml@ea2e25d07af862a1c696a932c2bd6b242d142049 # 0.2.0
secrets: inherit
with:
branch: trunk

0 comments on commit 9048f82

Please sign in to comment.