Skip to content

Commit 0da342e

Browse files
committed
Changing when clause to try to trigger sync job on merge to main
1 parent b7e81d4 commit 0da342e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pipeline {
8282
when {
8383
branch 'main'
8484
anyOf {
85-
triggeredBy 'SCMTrigger'
85+
not { triggeredBy 'TimerTrigger' }
8686
tag 'release-*'
8787
}
8888
}

Diff for: documentation/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) 2021, Oracle and/or its affiliates.
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44
#
5-
# This script uses Hugo to generate the site for the project documentation and for archived versions.
5+
# This script uses Hugo to generate the site for the project documentation for archived versions.
66
set -o errexit
77
set -o pipefail
88

0 commit comments

Comments
 (0)