Skip to content

Commit da081e9

Browse files
committed
Run the Github verification with GTK4 enabled if it has GTK4 label
1 parent 857ac0b commit da081e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/maven.yml

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
branches: [ master ]
1212
pull_request:
1313
branches: [ master ]
14+
types: [opened, reopened, synchronize, labeled]
15+
16+
env:
17+
SWT_GTK4: "${{ contains(github.event.pull_request.labels.*.name, 'gtk4') && '1' || '0' }}"
1418

1519
jobs:
1620
event_file:
@@ -94,3 +98,4 @@ jobs:
9498
if-no-files-found: warn
9599
path: |
96100
${{ github.workspace }}/**/target/surefire-reports/*.xml
101+
${{ github.workspace }}/**/hs_err_pid*.log

0 commit comments

Comments
 (0)