Skip to content

Commit e83a2c7

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven.yml

Lines changed: 3 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"

0 commit comments

Comments
 (0)