Skip to content

Commit

Permalink
DOC Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jul 28, 2022
1 parent d3e7d5d commit c1df6f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ 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 '<account_name>/' to match the name of the account hosting this repository
if: startsWith(github.repository, '<account_name>/')
# Change '<account_name>' to match the name of the account hosting this repository
if: github.repository_owner == '<account_name>'
name: Update JS
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c1df6f9

Please sign in to comment.