fix: remove stale .github/workflows/ci.yml to stop double CI trigger #393

Merged
guettlibot merged 1 commits from issue-391-fix-ci-double-trigger into main 2026-06-04 00:54:12 +00:00
1 Commits
Author SHA1 Message Date
Thomas SharedInboxandClaude Sonnet 4.6 089913c6fa fix: remove stale .github/workflows/ci.yml to stop double CI trigger
Forgejo reads workflows from both .forgejo/workflows/ and .github/workflows/.
With ci.yml in both directories every push triggered the CI workflow twice.
The .github one was an older approach (sharedinbox-runner + flutter-action);
all current CI/CD lives in .forgejo/workflows/ via Dagger + task.

Closes #391

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 02:36:29 +02:00