fix: attempt to fix actions (#3454)

i think this conditional needs to be removed.
This commit is contained in:
blessedcoolant 2023-05-25 02:37:39 +12:00 committed by GitHub
commit 928caff2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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