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 cd3ecbb commit cf3821c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,5 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.event.push.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
- run: echo 'Branch: ${{ github.ref }}'
- run: echo 'Branch: ${{ github.ref_name }}'

0 comments on commit cf3821c

Please sign in to comment.