DEV: Fix github event type name for cron runs (#14306)

This commit is contained in:
Rafael dos Santos Silva 2021-09-10 15:29:38 -03:00 committed by GitHub
parent b246a63a59
commit 48b01f2246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Official Plugins Install
if: ${{ github.event_name == 'cron' }}
if: ${{ github.event_name == 'schedule' }}
run: sudo -E -u discourse -H bundle exec rake plugin:install_all_official
- name: Yarn install