Skip to content

Commit c96aeda

Browse files
DEV: Do not load plugins when pulling compatible (stable) (#35412)
If we load plugins... then they might break the ruby app before the rake task can even run. This matches the logic which discourse_docker uses for production
1 parent 572b118 commit c96aeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
141141
- name: Pull compatible versions of plugins
142142
if: matrix.target == 'plugins' && (github.ref_name != 'main' && github.base_ref != 'main')
143-
run: bin/rake plugin:pull_compatible_all
143+
run: LOAD_PLUGINS=0 bin/rake plugin:pull_compatible_all
144144

145145
- name: Checkout official themes
146146
if: matrix.target == 'themes'

0 commit comments

Comments
 (0)