Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/missing_outdated_datasets.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check missing datasets in harvester
name: Check missing datasets

on:
schedule:
Expand Down Expand Up @@ -29,11 +29,10 @@ jobs:
- name: run task
uses: cloud-gov/cg-cli-tools@main
with:
command: |
cf run-task datagov-harvest \
--name "check-missing-datasets-${{ github.run_id }}" \
--command "python scripts/count_missing_outdated_datasets.py" \
-m 2G
command: >
cf run-task datagov-harvest
--name "check-missing-datasets-${{ github.run_id }}"
--command "python scripts/count_missing_outdated_datasets.py" -m 2G

cf_org: gsa-datagov
cf_space: ${{ github.event_name == 'schedule' && 'prod' || inputs.environment }}
Expand Down
Loading