diff --git a/.github/workflows/repeat-recent-requests.yml b/.github/workflows/repeat-recent-requests.yml index 6e4d6801..40987e5b 100644 --- a/.github/workflows/repeat-recent-requests.yml +++ b/.github/workflows/repeat-recent-requests.yml @@ -15,6 +15,10 @@ on: jobs: triggerRepeatRecent: + if: | + github.repository == 'anuraghazra/github-readme-stats' || + github.repository == 'stats-organization/github-readme-stats' || + github.repository == 'stats-organization/github-stats-extended' name: Trigger server to update cached data. runs-on: ubuntu-latest steps: diff --git a/.github/workflows/update_tags.yml b/.github/workflows/update-tags.yml similarity index 100% rename from .github/workflows/update_tags.yml rename to .github/workflows/update-tags.yml