Skip to content

Commit

Permalink
Reinstated automatic trigger of nightly job
Browse files Browse the repository at this point in the history
Closes #3049
  • Loading branch information
LorenzoBettini authored May 18, 2024
1 parent 334864b commit 2c49539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pipeline {
when {
allOf {
expression {
currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')
currentBuild.getBuildCauses().toString().contains('Push event to branch')
}
branch 'main'
}
Expand Down

0 comments on commit 2c49539

Please sign in to comment.