Skip to content

Commit

Permalink
We no longer need to skip pre-commit hooks on branch builds
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch authored and Megan Wilhite committed Apr 8, 2022
1 parent 7414b5e commit 5765b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/jenkins/pr-pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (env.CHANGE_ID) {
pre_commit_skips = ''
} else {
// This is a branch build
pre_commit_skips = 'pyupgrade,remove-import-headers,rstcheck'
pre_commit_skips = ''
}

runPreCommit(
Expand Down

0 comments on commit 5765b31

Please sign in to comment.