Dont automatically run integration tests for now (#2150)

This commit is contained in:
Justin Dalrymple 2021-10-17 10:32:11 -04:00 committed by GitHub
parent 7bf92c8b81
commit ecffc77315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,14 @@ workflows:
name: 'Unit Test Requester-Utils Src'
requires:
- install
- test-integration:
type: approval
- test-integration-setup:
name: 'Setup Integration Test Resources'
requires:
- test-integration
- test-integration-core:
name: 'Integration Test Core Release'