Skip to content

Commit

Permalink
Test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ssun30 committed Nov 22, 2024
1 parent 4aa0ba2 commit b6981d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "GitHub head ref is: $GITHUB_HEAD_REF"
- name: Configure Auto-Upload
if: github.head_ref == 'refs/heads/fix_conda_build'
if: github.head_ref == 'fix_conda_build'
run: |
conda config --set anaconda_upload yes
Expand All @@ -58,7 +58,7 @@ jobs:
echo "CONDA_TOKEN=$CONDA_TOKEN" >> $GITHUB_ENV
# Conditionally add the --token and --user flags for stable branches
if [[ "${GITHUB_HEAD_REF}" == "refs/heads/fix_conda_build" ]]; then
if [[ "${GITHUB_HEAD_REF}" == "fix_conda_build" ]]; then
echo "Build command: conda-build --token *** --user rmg .conda"
conda-build --token "$CONDA_TOKEN" --user rmg .conda
else
Expand Down

0 comments on commit b6981d1

Please sign in to comment.