fix expression

This commit is contained in:
mauwii 2022-10-16 21:52:49 +02:00
parent b39029521b
commit 347b5ce452
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -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