Skip to content

Commit acfde43

Browse files
marko-bekhtambellade
authored andcommitted
Only require pull request build approval in the check stage
1 parent 9bfabbd commit acfde43

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ci/jpa-3.1-tck.Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ pipeline {
4242
stages {
4343
stage('Build') {
4444
steps {
45-
requireApprovalForPullRequest 'hibernate'
4645
script {
4746
docker.withRegistry('https://index.docker.io/v1/', 'hibernateci.hub.docker.com') {
4847
docker.image('openjdk:11-jdk').pull()
@@ -111,4 +110,4 @@ pipeline {
111110
112111
}
113112
}
114-
}
113+
}

ci/quarkus.Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pipeline {
3434
label 'LongDuration'
3535
}
3636
steps {
37-
requireApprovalForPullRequest 'hibernate'
3837
script {
3938
dir('hibernate') {
4039
checkout scm
@@ -77,4 +76,4 @@ pipeline {
7776
7877
}
7978
}
80-
}
79+
}

0 commit comments

Comments
 (0)