Skip to content

Commit

Permalink
Fix for CI errors hitting Github API rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Nov 19, 2024
1 parent dd2585d commit c2f9798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ window.onload = async () => {

// check for new version on mac platform. pkg containers are not an auto-updatable target
// https://www.electron.build/auto-update#auto-updatable-targets
isMac && checkForMacUpdates();
isMac && ! isTestEnv && checkForMacUpdates();

// Add cpu model & memory to config
config.CPU = DIAGNOSTICS['CPU'];
Expand Down

0 comments on commit c2f9798

Please sign in to comment.