commit 3737cd74fdf6b8f704532e5563d7433860ee54da parent 88f3ff7a8fa0d6ab8df1ce2ed93b98bcc4f7a12f Author: Marcel <MTRNord@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:18:54 +0200 Merge branch 'main' into cleanup-midnightthoughts.space Diffstat:
| M | .github/workflows/pullrequest.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml @@ -18,7 +18,7 @@ jobs: issues: write pull-requests: write needs: linting - if: ${{ github.event.isue.pullrequest && contains(github.event.comment.body, '/test') }} + if: github.event.issue.pull_request && contains(github.event.comment.body, '/test') runs-on: ubuntu-latest steps: - name: Get PR branch