Skip to content

Commit

Permalink
Merge pull request #1827 from glotzerlab/auto-update-conda-lockfiles
Browse files Browse the repository at this point in the history
Automatically update conda lockfiles.
  • Loading branch information
joaander committed Jul 15, 2024
2 parents 1101041 + 0200e28 commit f787878
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-patch

0 comments on commit f787878

Please sign in to comment.