diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76e5d76203e..bd9cc62ec9b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -132,11 +132,6 @@ jobs: if: matrix.target == 'plugins' run: bin/rake plugin:install_all_official - # Remove discourse-ai from stable as it is not compatible with Ruby 3.3 which we are now using for the base image - - name: Remove discourse-ai from stable - if: matrix.target == 'plugins' && (github.ref_name == 'stable' || github.base_ref == 'stable') - run: rm -rf plugins/discourse-ai - - name: Pull compatible versions of plugins if: matrix.target == 'plugins' run: bin/rake plugin:pull_compatible_all