OS-level workflow run alert (w sound) on status change (#3862)

This commit is contained in:
Jonathan Dobson
2025-10-30 10:10:29 -04:00
committed by GitHub
parent a87a255b7b
commit 56cda6d1cd
3 changed files with 282 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ function useWorkflowRunQuery() {
}
return false;
},
// required for OS-level notifications to work (workflow run completion)
refetchIntervalInBackground: true,
placeholderData: keepPreviousData,
refetchOnMount: (query) => {
if (!query.state.data) {