fix: attempt to fix actions

i think this conditional needs to be removed.
This commit is contained in:
psychedelicious 2023-05-25 00:31:48 +10:00
parent d6efb98953
commit 670c79f2c7

View File

@ -80,7 +80,6 @@ jobs:
uses: actions/checkout@v3
- name: set test prompt to main branch validation
if: ${{ github.ref == 'refs/heads/main' }}
run: echo "TEST_PROMPTS=tests/validate_pr_prompt.txt" >> ${{ matrix.github-env }}
- name: setup python