From 069c0429ba2d12b4541a88eb4509529e03742032 Mon Sep 17 00:00:00 2001 From: Rick Cotter Date: Thu, 27 Jul 2023 17:10:16 -0600 Subject: [PATCH] More --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5650dc4..1b5a1e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest # GitHub should provide a "pull_request_review_target", but they don't and - # the action will fail if run on a forked PR. + # the action will fail if run on a forked PR. if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name steps: