From ef5baf3d52e23998f41f0408838a4ff2bb66175b Mon Sep 17 00:00:00 2001 From: Splines Date: Wed, 15 May 2024 02:44:59 +0200 Subject: [PATCH] Try out if it works --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cac498e39..faa72bcc2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: environment: testing runs-on: ubuntu-latest permissions: write-all - if: ${{ github.event.issue.pull_request }} && ${{ github.event.issue_comment.comment.body }} == "run tests" && ${{ github.event.issue_comment.comment.author_association }} == "COLLABORATOR" + if: ${{ github.event.issue_comment.comment.body }} == "run tests" steps: - name: Checkout code uses: actions/checkout@v4