Skip to content

Commit

Permalink
try another
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Nov 20, 2024
1 parent 1007934 commit b47e178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Set CI_TEST variable based on "main merge" vs. "pull_request" workflow
run: |-
echo "CI_TEST=${{ github.event_name == 'pull_request' }}" >> $GITHUB_ENV
if [[ ${{ github.event_name }} == 'pull_request' ]]; then
if [[ ${{ github.event_name }} == 'push' ]]; then
echo "CONDA_USERNAME=$AIHABITAT_CONDA_USERNAME" >> $GITHUB_ENV
echo "CONDA_PWD=$AIHABITAT_CONDA_PWD" >> $GITHUB_ENV
else
Expand Down

0 comments on commit b47e178

Please sign in to comment.