From 38f97d0185cee375a649f6d8b8ff19d871b5b86c Mon Sep 17 00:00:00 2001 From: Aleksandr Chikovani Date: Wed, 6 Sep 2023 22:01:41 -0400 Subject: [PATCH] various fixes... --- .github/workflows/run_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index cfeb7ea90..471debcaf 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -31,7 +31,8 @@ jobs: steps: - name: Build - if: github.event.issue.pull_request && github.event.user.login == 'justrp' + if: github.event.issue.pull_request && github.actor == 'justrp' + #if: github.event.issue.pull_request && contains(github.event.comment.body, 'test') && github.actor == 'justrp' env: PR_NUMBER: ${{ github.event.number }} PR_REF_OWNER: ${{ github.event.pull_request.head.repo.owner.login }}