Skip to content

Commit 3ff3c6d

Browse files
authored
Merge pull request #1006 from quickfix-j/chrjohn-patch-1
Update build jobs
2 parents b789d02 + b393002 commit 3ff3c6d

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ on:
1919
pull_request:
2020
# The branches below must be a subset of the branches above
2121
branches: [ master ]
22-
schedule:
23-
- cron: '39 6 * * 0'
2422

2523
jobs:
2624
analyze:

.github/workflows/maven.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
push:
66
pull_request:
77
types: [reopened, opened, synchronize]
8-
schedule:
9-
- cron: '30 5 * * *'
108

119
jobs:
1210
test:

.github/workflows/nightly-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ permissions:
55

66
on:
77
workflow_dispatch:
8-
push:
9-
branches:
10-
- master
118
schedule:
129
- cron: '0 1 * * *'
1310

0 commit comments

Comments
 (0)