mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 21:12:45 +08:00
DEV: Fix github event type name for cron runs (#14306)
This commit is contained in:
parent
b246a63a59
commit
48b01f2246
2
.github/workflows/ember.yml
vendored
2
.github/workflows/ember.yml
vendored
|
@ -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
Block a user