Skip to content

Commit 48a9049

Browse files
authored
a
1 parent 74f5289 commit 48a9049

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/links.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Merge Manifest
17+
- name: Create plugins.json For All Plugins
18+
if: ${{ github.event_name == 'schedule' }}
1819
run: |
19-
python ./ci/src/merge-manifest.py new-only
20-
cat plugins.json
20+
python ./ci/src/merge-manifest.py
2121
22-
- name: Test
22+
- name: Create plugins.json For New Plugins Only
23+
if: ${{ github.event_name == 'pull_request' }}
2324
run: |
24-
cat plugins.json
25+
python ./ci/src/merge-manifest.py new-only
2526
2627
- name: Link Checker
2728
id: lychee

0 commit comments

Comments
 (0)