Skip to content

Commit

Permalink
ci: add workflow 'update_conda_lock'
Browse files Browse the repository at this point in the history
Signed-off-by: Unai Martinez-Corral <[email protected]>
  • Loading branch information
umarcor committed Jul 20, 2022
1 parent 6b0e7b8 commit 119b827
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/update_conda_lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Update Conda lock

on:
push:
pull_request:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:

jobs:

update-locks:
uses: f4pga/actions/.github/workflows/update_conda_lock.yml@main
with:
conda_lock_file: xc7/conda_lock.yml
environment_file: xc7/environment.yml
secrets:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 119b827

Please sign in to comment.