From fef3b43c5ffa07466f87ca7d7827440de46b36e9 Mon Sep 17 00:00:00 2001 From: Max Patiiuk Date: Mon, 8 May 2023 15:39:14 -0500 Subject: [PATCH] Fix a typo in test workflow comment --- .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 8ce9d8462e1..66a0ec6bc0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: # Don't run this for pushes generated by push.yml on weblate-localization # branch → prevents an infinite loop of actions triggering actions # - # Also. "push" event is not triggered for forks, so need to listen for + # Also, "push" event is not triggered for forks, so need to listen for # pull_requests, but only for external ones, so as not to run the action # twice if: |