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,10 +8,10 @@ concurrency:
88
99on :
1010 push :
11- branches : [ master ]
12- pull_request :
13- branches : [ master ]
14- types : [opened, reopened, synchronize, labeled]
11+ branches : [ bug/** ]
12+ # pull_request:
13+ # branches: [ master ]
14+ # types: [opened, reopened, synchronize, labeled]
1515
1616env :
1717 SWT_GTK4 : " ${{ contains(github.event.pull_request.labels.*.name, 'gtk4') && '1' || '0' }}"
@@ -32,10 +32,10 @@ jobs:
3232 matrix :
3333 java : [ '21' ]
3434 config :
35- - { name: Linux, os: ubuntu-latest, native: gtk.linux.x86_64 }
35+ # - { name: Linux, os: ubuntu-latest, native: gtk.linux.x86_64 }
3636 - { name: Windows, os: windows-latest, native: win32.win32.x86_64 }
37- - { name: MacOS x86, os: macos-13, native: cocoa.macosx.x86_64 }
38- - { name: MacOS ARM, os: macos-latest, native: cocoa.macosx.aarch64 }
37+ # - { name: MacOS x86, os: macos-13, native: cocoa.macosx.x86_64 }
38+ # - { name: MacOS ARM, os: macos-latest, native: cocoa.macosx.aarch64 }
3939 name : Verify ${{ matrix.config.name }} with Java-${{ matrix.java }}
4040 runs-on : ${{ matrix.config.os }}
4141 steps :
You can’t perform that action at this time.
0 commit comments