remove job prereqs

This commit is contained in:
Hector Ramos
2018-10-04 13:28:44 -07:00
parent b7437639df
commit 7911610813
-6
View File
@@ -679,12 +679,6 @@ workflows:
# only act on version tags
tags:
only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/
requires:
- analyze
- test_detox_end_to_end
- test_javascript
- test_objc
- test_android
# Run code checks
- analyze_pr: