diff --git a/backend/ee-repo-ref.txt b/backend/ee-repo-ref.txt index 8485cc0d14..a1fd44058e 100644 --- a/backend/ee-repo-ref.txt +++ b/backend/ee-repo-ref.txt @@ -1 +1 @@ -19d1c453d4dcbd06cd1895396ba75c174085a976 +9b63de906b4d64b79ae29a3e78a99f508f9ec285 diff --git a/frontend/src/lib/components/git_sync/GitSyncRepositoryCard.svelte b/frontend/src/lib/components/git_sync/GitSyncRepositoryCard.svelte index 0c260b4235..3eebce15cf 100644 --- a/frontend/src/lib/components/git_sync/GitSyncRepositoryCard.svelte +++ b/frontend/src/lib/components/git_sync/GitSyncRepositoryCard.svelte @@ -543,7 +543,7 @@ options={{ right: 'Automatically deploy changes from Git', rightTooltip: - 'Windmill periodically checks the tracked branch and pulls new commits into this workspace. Repositories connected through the GitHub App will sync via webhooks in a future update.' + 'Windmill deploys new commits from the tracked branch into this workspace. Repositories connected through the GitHub App sync instantly via webhooks; others are checked about every minute.' }} on:change={(e) => setAutoPullEnabled(e.detail)} />