Skip to content

Commit

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

on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- 'chore/update-conda-requirements'

Expand All @@ -13,7 +12,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.event.pull_request.head.ref }}
- run: echo ${{ github.event.push.head.ref }}
# - uses: actions/checkout@v4
# with:
# ref: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit cd3ecbb

Please sign in to comment.