Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

Commit f03a62e

Browse files
authored
Allow manual runs to add obs (eg. new locations)
1 parent 85b3667 commit f03a62e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ingest-monthly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: Rscript R/ingest-monthly.r --overwrite=true
6262

6363
- name: Run the analysis (manual)
64-
if: github.event_name == 'workflow_dispatch' && (env.MONTHLY_IS_STALE == 'TRUE') || inputs.overwrite
64+
if: github.event_name == 'workflow_dispatch' || inputs.overwrite
6565
run: |
6666
Rscript R/ingest-monthly.r \
6767
--overwrite=${{ inputs.overwrite }}

0 commit comments

Comments
 (0)