Skip to content

Commit 61c7351

Browse files
Only run the weekly stats update for ArmDeveloperEcosystem/arm-learning-paths repository.
This commit prevents the update from running on the (many) clones. I suspect the stats update has very little benefits on the clones and could even be considered an annoyance as it introduces stats update commits.
1 parent 72429c3 commit 61c7351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/weekly_stats_update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
jobs:
1818
# This workflow contains a single job
1919
update_stats:
20+
if: github.repository == 'ArmDeveloperEcosystem/arm-learning-paths'
2021
runs-on: ubuntu-latest
2122
steps:
2223
- name: Check out current repo

0 commit comments

Comments
 (0)