Report refresh #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Update the nightly report stats etc. | ||
name: Report refresh | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 15 * * *' | ||
jobs: | ||
refresh: | ||
Check failure on line 10 in .github/workflows/report_refresh.yml GitHub Actions / Report refreshInvalid workflow file
|
||
name: "Update report information" | ||
uses: hypothesis/workflows/.github/workflows/eb-task.yml@main | ||
with: | ||
App: ${{ github.event.repository.name }} | ||
Env: 'prod' | ||
Timeout: 3600 | ||
Region: 'all' | ||
Command: 'newrelic-admin run-program python bin/run_data_task.py --config-file conf/app.ini --task report/refresh' | ||
secrets: inherit |