Skip to content

Commit 4f7678b

Browse files
Merge pull request #2478 from Arnaud-de-Grandmaison-ARM/workflow-fix
[Workflows] Only run the `sweep` job on the main repository.
2 parents ae0802b + bf9226a commit 4f7678b

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)