diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index adeea0580d..c0c7c95452 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -46,7 +46,7 @@ jobs: run: echo "TEST_PROMPTS=tests/dev_prompts.txt" >> $GITHUB_ENV - name: set test prompt to Pull Request validation - if: ${{ github.ref != "refs/heads/main" && github.ref != 'refs/heads/development' }} + if: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/development' }} run: echo "TEST_PROMPTS=tests/pr_prompt.txt" >> $GITHUB_ENV - name: set conda environment name