File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : 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
99permissions :
1010 contents : read
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ concurrency:
88
99on :
1010 push :
11- branches : [ master ]
12- pull_request :
13- branches : [ master ]
11+ branches : [ bug/** ]
12+ # pull_request:
13+ # branches: [ master ]
1414
1515jobs :
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 :
You can’t perform that action at this time.
0 commit comments