Skip to content

Release 2188

Choose a tag to compare

@github-actions github-actions released this 11 Jan 11:58
4c57997

Context

Currently, in order to test the SMS notifications we have been sending messages from our local Dev environments. However, ideally, we don't want to exceed our quota of free messages. (though a few messages won't really make a difference with the size of the free quota)

To help us stay under this quota, only send SMS in production.

This will also make any reports generated from Gov Notify more accurate, as they won't contain our Dev messages.

Changes proposed in this pull request

  • Don't send SMS in non-production environments