mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix github event type name for cron runs (#14306)
This commit is contained in:
committed by
GitHub
parent
b246a63a59
commit
48b01f2246
2
.github/workflows/ember.yml
vendored
2
.github/workflows/ember.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user