Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaramadze committed Oct 25, 2024
1 parent 05974ae commit 3ba7196
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update Conda Requirements

on:
push:
pull_request:
branches:
- 'chore/update-conda-requirements'

Expand All @@ -14,3 +14,10 @@ jobs:
steps:
- run: echo ${{ github.ref_name }}
- run: echo ${{ github.ref }}
- run: echo ${{ github.event.pull_request.head.ref }}
# - uses: actions/checkout@v4
# with:
# ref: ${{ github.event.pull_request.head.ref }}
# - uses: actions/setup-python@v4
# - run: python conda/sync_requirements.py
# - uses: stefanzweifel/git-auto-commit-action@v5

0 comments on commit 3ba7196

Please sign in to comment.