Skip to content

Commit

Permalink
do not run integration tests on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 authored Sep 24, 2021
1 parent 9633364 commit 15bec1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ pipeline {
stage('Integration tests') {
parallel {
stage('Cypress') {
when {
environment name: 'CHANGE_ID', value: ''
}
steps {
node(label: 'docker') {
script {
Expand Down

0 comments on commit 15bec1f

Please sign in to comment.