We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc59f0d commit c5ad635Copy full SHA for c5ad635
.github/workflows/cache_retain.yml
@@ -30,7 +30,7 @@ jobs:
30
retain-maven-cache:
31
name: Run all tests with Maven
32
runs-on: ubuntu-latest
33
- # 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
34
# Github to disable the personal fork copy of the workflow
35
# (Github complains about running a scheduled workflow on a repo with > 60 days of inactivity)
36
if: github.ref == 'refs/heads/main' && github.repository == 'unicode-org/unicodetools'
0 commit comments