mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
wording adjustment
This commit is contained in:
parent
4be90f7690
commit
ffe2ddebb4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/reset-db.yaml
vendored
4
.github/workflows/reset-db.yaml
vendored
|
@ -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:
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue