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:
@@ -285,7 +285,12 @@ workflows:
|
||||
version: 2
|
||||
run-tests:
|
||||
jobs:
|
||||
- docker-build-staging
|
||||
- docker-build-staging:
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- staging
|
||||
- master
|
||||
- test:
|
||||
requires:
|
||||
- docker-build-staging
|
||||
|
Reference in New Issue
Block a user