Skip to content

Commit 836b309

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
pull_request:
1313
branches: [ master ]
1414

15+
env:
16+
SWT_GTK4: "${{ contains(github.event.pull_request.labels.*.name, 'gtk4') && '1' || '0' }}"
17+
1518
jobs:
1619
event_file:
1720
name: "Event File"
@@ -94,3 +97,4 @@ jobs:
9497
if-no-files-found: warn
9598
path: |
9699
${{ github.workspace }}/**/target/surefire-reports/*.xml
100+
${{ github.workspace }}/**/hs_err_pid*.log

0 commit comments

Comments
 (0)