Merge pull request #1228 from dod-ccpo/ghost-on-protected-branches
Limit integration tests to only run on protected branches.
This commit is contained in:
@@ -293,6 +293,11 @@ workflows:
|
|||||||
- integration-tests:
|
- integration-tests:
|
||||||
requires:
|
requires:
|
||||||
- docker-build
|
- docker-build
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- staging
|
||||||
|
- master
|
||||||
- deploy-staging:
|
- deploy-staging:
|
||||||
requires:
|
requires:
|
||||||
- test
|
- test
|
||||||
|
Reference in New Issue
Block a user