Skip to content

Commit

Permalink
Update jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Jan 16, 2023
1 parent a779068 commit fa4c744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_benchmark
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
allOf {
expression { env.CHANGE_ID != null }
expression { env.CHANGE_TARGET != null }
expression { env.BRANCH_NAME != 'develop' }
expression { env.CHANGE_BRANCH != 'develop' }
}
}
steps {
Expand Down

0 comments on commit fa4c744

Please sign in to comment.