diff --git a/.github/workflows/cache_retain.yml b/.github/workflows/cache_retain.yml index e0df6fbe9..8cfc236d1 100644 --- a/.github/workflows/cache_retain.yml +++ b/.github/workflows/cache_retain.yml @@ -30,7 +30,7 @@ jobs: retain-maven-cache: name: Run all tests with Maven runs-on: ubuntu-latest - # Only run this on the upstream repo. Otherwise, running in a person fork will cause + # Only run this on the upstream repo. Otherwise, running in a personal fork will cause # Github to disable the personal fork copy of the workflow # (Github complains about running a scheduled workflow on a repo with > 60 days of inactivity) if: github.ref == 'refs/heads/main' && github.repository == 'unicode-org/unicodetools'