simonw / covid-19-datasette

Deploys a Datasette instance of COVID-19 data from Johns Hopkins CSSE and the New York Times
https://covid-19.datasettes.com/
61 stars 6 forks source link

Set it up so workflow_dispatch forces a deploy #21

Closed simonw closed 4 years ago

simonw commented 4 years ago

workflow_dispatch should skip these if conditions:

https://github.com/simonw/covid-19-datasette/blob/c6225f6290a27cea160af36a8391eea458fa62b5/.github/workflows/scheduled.yml#L58-L66

simonw commented 4 years ago

Something like this perhap:

if: github.event_name == 'workflow_dispatch'
simonw commented 4 years ago

I'm going to drop the DEPLOY in commit message mechanism.

simonw commented 4 years ago

This works, I used it just now.