diff --git a/.github/workflows/ember.yml b/.github/workflows/ember.yml index 7a237cdfe6e..a3d1d7db142 100644 --- a/.github/workflows/ember.yml +++ b/.github/workflows/ember.yml @@ -5,6 +5,8 @@ on: push: branches: - main + schedule: + - cron: '0 0 * * *' jobs: build: @@ -37,6 +39,10 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- + - name: Official Plugins Install + if: ${{ github.event_name == 'cron' }} + run: sudo -E -u discourse -H bundle exec rake plugin:install_all_official + - name: Yarn install working-directory: ./app/assets/javascripts/discourse run: yarn install