chore: put test in the name (#4919)

This commit is contained in:
Jack Amadeo
2025-10-06 13:35:56 -04:00
committed by GitHub
parent 202fea5ed8
commit 1af5bea578
+2 -2
View File
@@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4
- name: Check for file changes
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # pin@v3
id: filter
@@ -101,7 +101,7 @@ jobs:
just check-openapi-schema
desktop-lint:
name: Lint Electron Desktop App
name: Test and Lint Electron Desktop App
runs-on: macos-latest
needs: changes
if: needs.changes.outputs.code == 'true' || github.event_name != 'pull_request'