Commit 82ee40a 1 parent fb9ae06 commit 82ee40a Copy full SHA for 82ee40a
File tree 2 files changed +27
-27
lines changed
2 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
16
16
name : " Cron Job ITs"
17
- on :
18
- schedule : # Runs by default on master branch
19
- - cron : ' 0 3 * * *' # Runs every day at 3:00 AM UTC
20
- pull_request :
21
- paths :
22
- - ' owasp-dependency-check-suppressions.xml'
23
- branches :
24
- - master
25
- - ' [0-9]+.[0-9]+.[0-9]+' # release branches
26
- - ' [0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
17
+ # on:
18
+ # schedule: # Runs by default on master branch
19
+ # - cron: '0 3 * * *' # Runs every day at 3:00 AM UTC
20
+ # pull_request:
21
+ # paths:
22
+ # - 'owasp-dependency-check-suppressions.xml'
23
+ # branches:
24
+ # - master
25
+ # - '[0-9]+.[0-9]+.[0-9]+' # release branches
26
+ # - '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
27
27
28
28
jobs :
29
29
build :
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
16
16
name : " Distribution Checks"
17
- on :
18
- push :
19
- branches :
20
- - master
21
- - ' [0-9]+.[0-9]+.[0-9]+' # release branches
22
- - ' [0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
23
- paths :
24
- - ' distribution/**'
25
- - ' **/pom.xml'
26
- pull_request :
27
- branches :
28
- - master
29
- - ' [0-9]+.[0-9]+.[0-9]+' # release branches
30
- - ' [0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
31
- paths :
32
- - ' distribution/**'
33
- - ' **/pom.xml'
17
+ # on:
18
+ # push:
19
+ # branches:
20
+ # - master
21
+ # - '[0-9]+.[0-9]+.[0-9]+' # release branches
22
+ # - '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
23
+ # paths:
24
+ # - 'distribution/**'
25
+ # - '**/pom.xml'
26
+ # pull_request:
27
+ # branches:
28
+ # - master
29
+ # - '[0-9]+.[0-9]+.[0-9]+' # release branches
30
+ # - '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
31
+ # paths:
32
+ # - 'distribution/**'
33
+ # - '**/pom.xml'
34
34
35
35
jobs :
36
36
docker-build :
You can’t perform that action at this time.
0 commit comments