[PR #11186] ci: remove push triggers from workflow files #13683

Closed
opened 2026-02-16 18:18:31 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/11186

State: closed
Merged: Yes


Summary

Removes push triggers from GitHub workflow files to reduce unnecessary CI runs.

Changes

  • Removed push triggers from nix-desktop.yml workflow
  • Removed push triggers from test.yml workflow
  • Removed bun turbo typecheck from the linux test job (tests only now)

These workflows will now only run on pull requests and workflow_dispatch events.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11186 **State:** closed **Merged:** Yes --- ## Summary Removes push triggers from GitHub workflow files to reduce unnecessary CI runs. ## Changes - Removed `push` triggers from `nix-desktop.yml` workflow - Removed `push` triggers from `test.yml` workflow - Removed `bun turbo typecheck` from the linux test job (tests only now) These workflows will now only run on pull requests and workflow_dispatch events.
yindo added the pull-request label 2026-02-16 18:18:31 -05:00
yindo closed this issue 2026-02-16 18:18:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13683