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 ba5998e commit b01a67c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/update-conda-lockfiles.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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: main
path: .github/workflows/env-files

0 comments on commit b01a67c

Please sign in to comment.