mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 08:43:25 +08:00
DEV: Skip plugin:pull_compatible_all
when running against main branch (#29081)
Plugins are expected to always be compatible against the main `branch` so we can skip the `plugin:pull_compatible_all rake task.
This commit is contained in:
parent
26db4c7534
commit
4d1e66418c
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -137,7 +137,7 @@ jobs:
|
|||
run: rm -rf plugins/discourse-ai
|
||||
|
||||
- name: Pull compatible versions of plugins
|
||||
if: matrix.target == 'plugins'
|
||||
if: matrix.target == 'plugins' && (github.ref_name != 'main' && github.base_ref != 'main')
|
||||
run: bin/rake plugin:pull_compatible_all
|
||||
|
||||
- name: Plugin gems cache
|
||||
|
|
Loading…
Reference in New Issue
Block a user