diff --git a/README.md b/README.md index 316391d..cf404ca 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ on: jobs: update-js: + # Only run the cron on the account hosting this repository, not on the accounts of forks + # github.repository take the form of AccountName/repository-name + # Change '/' to match the name of the account hosting this repository + if: startsWith(github.repository, '/') name: Update JS runs-on: ubuntu-latest steps: