Do not run test workflow for merges to main branches.
We should not run a redundant testing workflow on merges to master or staging. This also includes a quick fix to configure the FLASK_ENV for the main site.
This commit is contained in:
@@ -10,7 +10,7 @@ data:
|
||||
CELERY_DEFAULT_QUEUE: celery-master
|
||||
CDN_ORIGIN: https://azure.atat.code.mil
|
||||
CSP: azure
|
||||
FLASK_ENV: dev
|
||||
FLASK_ENV: master
|
||||
LOG_JSON: "true"
|
||||
OVERRIDE_CONFIG_FULLPATH: /opt/atat/atst/atst-overrides.ini
|
||||
PGSSLMODE: verify-full
|
||||
|
Reference in New Issue
Block a user