pantheon-systems / terminus-build-tools-plugin

Manage multidev environments for a Pantheon site using a GitHub PR workflow.
83 stars 68 forks source link

BT-26: Add conditional so that notification on build:env:create only happens when first creating an environment #105

Open stevector opened 7 years ago

stevector commented 7 years ago

A follow up from https://github.com/pantheon-systems/example-drops-8-composer/pull/107#discussion_r138689297

It is unnecessarily noisy to have notifications on every push to an existing pull request. Can we only fire the --notify script when build:env:create is creating for the first time?

greg-1-anderson commented 7 years ago

Yes, I agree that is a good idea.