Skip to content

Commit 6649811

Browse files
committed
re-enable style gate
1 parent 00ae6d0 commit 6649811

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci.jsonnet

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@
201201
baseGraalGate + {tags:: "python-"+type} + getPlatform(platform) + {name: "python-"+ type +"-"+platform},
202202

203203
local styleGate = baseGraalGate + eclipseMixin + linuxMixin + {
204-
// temporarily disabled - tags:: "style,fullbuild,python-license",
205-
tags:: "python-license",
204+
tags:: "style,fullbuild,python-license",
206205
name: "python-style",
207206

208207
timelimit: TIME_LIMIT["1h"],

0 commit comments

Comments
 (0)