Skip to content

Commit bf9226a

Browse files
[Workflows] Only run the sweep job on the main repository.
My understanding is that this job collectes statistics for our own usage. There is no benefit to the contributors working on clones when this job fails (which it does at the moment). This commit enables the `last-reviewed-cron.yml` workflow to only run when the repository is our main LP repository.
1 parent ae0802b commit bf9226a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/last-reviewed-cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions:
1717

1818
jobs:
1919
sweep:
20+
if: github.repository == 'ArmDeveloperEcosystem/arm-learning-paths'
2021
runs-on: ubuntu-latest
2122
steps:
2223
- name: Move items based on Last Reviewed Date

0 commit comments

Comments
 (0)