Skip to content

Commit

Permalink
job name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Jan 10, 2025
1 parent d814083 commit 9a1faae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-desktop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Desktop App CI
name: Desktop App Lint

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-app-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Desktop App Release
name: Desktop App Build

on:
push:
Expand Down
1 change: 1 addition & 0 deletions ui/desktop/src/utils/loadEnv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export function loadZshEnv(isProduction: boolean = false): void {

// if no file then return
if (!fs.existsSync(zshrcPath)) {
console.log('No zshrc file found');
return;
}

Expand Down

0 comments on commit 9a1faae

Please sign in to comment.