Skip to content

Commit

Permalink
APIGOV-25405 - changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed May 10, 2023
1 parent 018c1ae commit a0cc15c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,21 @@ whitesource:on-schedule:
# extends and overrides, using only-never for these csr jobs doesn't work. Had to do it like this.
####################
fetch-iriusrisk:
extends: .only-never-rule
rules:
- !reference [.only-never-rule, rules]

fetch-iriusrisk:on-schedule:
extends: .only-never-rule
rules:
- !reference [.only-never-rule, rules]

twistlock:
extends: .only-never-rule
rules:
- !reference [.only-never-rule, rules]
dependencies:

twistlock:on-schedule:
extends: .only-never-rule
rules:
- !reference [.only-never-rule, rules]

###################
# These overridden from jobs.xml to never run
Expand Down

0 comments on commit a0cc15c

Please sign in to comment.