Closed liamjdavis closed 2 weeks ago
This pull request includes changes to the GitHub Actions workflow and the removal of a Django management command. The most important changes are:
Changes to GitHub Actions workflow:
.github/workflows/django.yml
Removal of Django management command:
access_amherst_backend/access_amherst_algo/management/commands/daily_mammoth_workflow.py
Command
json_outputs
This pull request includes changes to the GitHub Actions workflow and the removal of a Django management command. The most important changes are:
Changes to GitHub Actions workflow:
.github/workflows/django.yml
: Added additional branch patterns to trigger the workflow on any branch and any sub-branch.Removal of Django management command:
access_amherst_backend/access_amherst_algo/management/commands/daily_mammoth_workflow.py
: Removed theCommand
class that parsed the Daily Mammoth emails into the database and cleaned up thejson_outputs
directory.