Disable check-deps ci step (#17083)

This commit is contained in:
John Tzikas
2021-03-08 18:15:54 +02:00
committed by GitHub
parent fca78d693a
commit f80d39078f

View File

@@ -422,10 +422,12 @@ workflows:
ignore:
- master
- /^release-.*/
- check-deps:
context: sast-webhook
requires:
- setup
# Disabling check-deps since the new version is not on bintray and all builds will fail
# we've are on top of this, and it's going to be temporary.
#- check-deps:
# context: sast-webhook
# requires:
# - setup
# - check-i18n:
# requires:
# - setup
@@ -498,10 +500,12 @@ workflows:
- master
- /^release-.*/
- cloud
- check-deps:
context: sast-webhook
requires:
- setup
# Disabling check-deps since the new version is not on bintray and all builds will fail
# we've are on top of this, and it's going to be temporary.
#- check-deps:
# context: sast-webhook
# requires:
# - setup
# - check-i18n:
# requires:
# - setup