diff --git a/.github/workflows/reset-db.yaml b/.github/workflows/reset-db.yaml index f4af8bc12..50c83895a 100644 --- a/.github/workflows/reset-db.yaml +++ b/.github/workflows/reset-db.yaml @@ -5,11 +5,11 @@ # cf run-task getgov-ENVIRONMENT --command 'python manage.py load' --name loaddata # IMPORTANT NOTE: -# When running this workflow, it is important to grab the right set of migrations +# When running this workflow, it is important to use the right source branch # for your target sandbox. For example, if you just recently pushed new migrations # from SOURCE_BRANCH to TARGET_SANDBOX, you must use that same SOURCE_BRANCH when # running this workflow (NOT main) or else your sandbox will generate an error -# due to a db model mismatch. +# due to a db mismatch. # # This means in the Github workflow settings you would select the following inputs: #