From 347b5ce452353d650fbb4fe7e567c984d26faf33 Mon Sep 17 00:00:00 2001 From: mauwii Date: Sun, 16 Oct 2022 21:52:49 +0200 Subject: [PATCH] fix expression --- .github/workflows/test-invoke-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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