Skip to content

Commit ce607aa

Browse files
committed
Change maven.yml
- Run the tests only for Windows - Run them only on push operations for certain branches
1 parent 866aa68 commit ce607aa

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/junit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Publish Unit Test Results
22

3-
on:
4-
workflow_run:
5-
workflows: ["SWT Matrix Build"]
6-
types:
7-
- completed
3+
#on:
4+
# workflow_run:
5+
# workflows: ["SWT Matrix Build"]
6+
# types:
7+
# - completed
88

99
permissions:
1010
contents: read

.github/workflows/maven.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ concurrency:
88

99
on:
1010
push:
11-
branches: [ master ]
12-
pull_request:
13-
branches: [ master ]
11+
branches: [ bug/** ]
12+
# pull_request:
13+
# branches: [ master ]
1414

1515
jobs:
1616
event_file:
@@ -28,10 +28,10 @@ jobs:
2828
matrix:
2929
java: [ '21' ]
3030
config:
31-
- { name: Linux, os: ubuntu-latest, native: gtk.linux.x86_64 }
31+
# - { name: Linux, os: ubuntu-latest, native: gtk.linux.x86_64 }
3232
- { name: Windows, os: windows-latest, native: win32.win32.x86_64 }
33-
- { name: MacOS x86, os: macos-13, native: cocoa.macosx.x86_64 }
34-
- { name: MacOS ARM, os: macos-latest, native: cocoa.macosx.aarch64 }
33+
# - { name: MacOS x86, os: macos-13, native: cocoa.macosx.x86_64 }
34+
# - { name: MacOS ARM, os: macos-latest, native: cocoa.macosx.aarch64 }
3535
name: Verify ${{ matrix.config.name }} with Java-${{ matrix.java }}
3636
runs-on: ${{ matrix.config.os }}
3737
steps:

0 commit comments

Comments
 (0)