diff --git a/buildkite/src/Jobs/Test/VersionLint.dhall b/buildkite/src/Jobs/Test/VersionLint.dhall index e962633088c..d592c547858 100644 --- a/buildkite/src/Jobs/Test/VersionLint.dhall +++ b/buildkite/src/Jobs/Test/VersionLint.dhall @@ -38,7 +38,7 @@ let buildTestCmd : Text -> Size -> List Command.TaggedKey.Type -> Command.Type = key = "version-linter", target = cmd_target, docker = None Docker.Type, - tags = [ PipelineTag.Type.Long, PipelineTag.Type.Test ] + tags = [ PipelineTag.Type.Long, PipelineTag.Type.Test ], depends_on = dependsOn, artifact_paths = [ S.contains "core_dumps/*" ] }