Skip to content

CSSTUDIO-2637 Add window titles to the windows "New Log Entry", "Reply To Log Entry", and "Edit Log Entry". #4692

CSSTUDIO-2637 Add window titles to the windows "New Log Entry", "Reply To Log Entry", and "Edit Log Entry".

CSSTUDIO-2637 Add window titles to the windows "New Log Entry", "Reply To Log Entry", and "Edit Log Entry". #4692

Workflow file for this run

name: Phoebus build
on:
push:
branches-ignore:
- 'master'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Maven and Java Action
uses: s4u/[email protected]
with:
java-version: '17'
maven-version: '3.9.6'
- name: Build
run: mvn --batch-mode install -DskipTests