DEV: Fix github event type name for cron runs (#14306)
This commit is contained in:
parent
b246a63a59
commit
48b01f2246
|
@ -40,7 +40,7 @@ jobs:
|
||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- name: Official Plugins Install
|
- 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
|
run: sudo -E -u discourse -H bundle exec rake plugin:install_all_official
|
||||||
|
|
||||||
- name: Yarn install
|
- name: Yarn install
|
||||||
|
|
Loading…
Reference in New Issue