Skip to content

Commit 82ee40a

Browse files
committed
disable checks
1 parent fb9ae06 commit 82ee40a

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

.github/workflows/cron-job-its.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
# limitations under the License.
1515

1616
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
2727

2828
jobs:
2929
build:

.github/workflows/distribution-checks.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
# limitations under the License.
1515

1616
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'
3434

3535
jobs:
3636
docker-build:

0 commit comments

Comments
 (0)