Skip to content

Commit 8ab3c35

Browse files
committed
Disable GHA Workflows until they support Java 25.
1 parent fa97b7c commit 8ab3c35

5 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/auto-jdk-matrix.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Auto JDK Matrix Test & Install
22

33
on:
4-
push:
5-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
6-
pull_request:
7-
paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
8-
# The branches below must be a subset of the branches above
9-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
4+
# push:
5+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
6+
# pull_request:
7+
# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
8+
# The branches below must be a subset of the branches above
9+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
1010
workflow_dispatch:
1111

1212
env:

.github/workflows/auto-os-matrix.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Auto OS Matrix Test & Install
22

33
on:
4-
push:
5-
paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
6-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
7-
pull_request:
8-
paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
4+
# push:
5+
# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
6+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
7+
# pull_request:
8+
# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
99
# The branches below must be a subset of the branches above
10-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
10+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
1111
workflow_dispatch:
1212

1313
env:

.github/workflows/check_cpp_files.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: CPP SerDe Compatibility Test
22

33
on:
4-
push:
5-
paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
6-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
7-
pull_request:
8-
paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
4+
# push:
5+
# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
6+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
7+
# pull_request:
8+
# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
99
# The branches below must be a subset of the branches above
10-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
10+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
1111
workflow_dispatch:
1212

1313
jobs:

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: "CodeQL"
22

33
on:
4-
push:
5-
paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
6-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
7-
pull_request:
8-
paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
4+
# push:
5+
# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
6+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
7+
# pull_request:
8+
# paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ]
99
# The branches below must be a subset of the branches above
10-
branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
10+
# branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ]
1111
workflow_dispatch:
1212

1313
jobs:

.github/workflows/javadoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: JavaDoc
22

33
on:
4-
push:
5-
branches: main
4+
# push:
5+
# branches: main
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)