Skip to content

Commit ef69ca9

Browse files
authored
Update conda_build.yaml
1 parent 1ccb5fd commit ef69ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
miniforge-version: latest
4848
#
4949
- name: Clone the devel branch (push to devel)
50-
run: run: git clone --branch ${{ github.head_ref || github.ref_name }} https://github.com/${{ env.REPO }}
50+
run: git clone --branch ${{ github.head_ref || github.ref_name }} https://github.com/${{ env.REPO }}
5151
if: github.event_name != 'pull_request'
5252
#
5353
- name: Clone the feature branch (pull request to devel)
54-
run: run: git clone --branch ${{ github.head_ref || github.ref_name }} https://github.com/${{ env.REPO }}
54+
run: git clone --branch ${{ github.head_ref || github.ref_name }} https://github.com/${{ env.REPO }}
5555
if: github.event_name == 'pull_request'
5656
#
5757
- name: Setup Conda

0 commit comments

Comments
 (0)