Skip to content

Commit cf3821c

Browse files
author
Remy Gwaramadze
committed
wip
1 parent cd3ecbb commit cf3821c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/conda.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,5 @@ jobs:
1212
pull-requests: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- run: echo ${{ github.event.push.head.ref }}
16-
# - uses: actions/checkout@v4
17-
# with:
18-
# ref: ${{ github.event.pull_request.head.ref }}
19-
# - uses: actions/setup-python@v4
20-
# - run: python conda/sync_requirements.py
21-
# - uses: stefanzweifel/git-auto-commit-action@v5
15+
- run: echo 'Branch: ${{ github.ref }}'
16+
- run: echo 'Branch: ${{ github.ref_name }}'

0 commit comments

Comments
 (0)