Compare commits

..
Author SHA1 Message Date
Thomas GuettlerandClaude Sonnet 4.6 ddb972ba08 feat(ci): add Print runner wait time step to all workflow jobs
Adds a first step to every CI job that measures how long the job sat in
the queue before a runner picked it up. Uses the Forgejo tasks API with
github.token (no new secrets required) and prints unknown if the API
lookup fails, so the step never blocks the job.

Closes #504

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 00:39:23 +00:00
3 changed files with 0 additions and 6 deletions
-3
View File
@@ -4,9 +4,6 @@ on:
branches:
- main
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
name: Full Project Check
@@ -3101,8 +3101,6 @@ class EmailRepositoryImpl implements EmailRepository {
}
@override
// Results are limited to emails already synced into the local SQLite FTS5
// index; call syncEmails first to ensure the index is up-to-date.
Future<List<model.Email>> searchEmails(
String accountId,
String mailboxPath,
@@ -433,7 +433,6 @@ void main() {
final r = makeRepo();
await r.accounts.addAccount(account, userPass);
await r.emails.syncEmails('test', 'INBOX');
final results = await r.emails.searchEmails(
'test',