Skip to content

Commit 7c5119e

Browse files
leogdionclaude
andcommitted
fix: prevent duplicate workflow runs for PRs
Remove 8-scheduled-job from push triggers to avoid running the build workflow twice when creating PRs from that branch. The workflow will still run on all PRs via the pull_request trigger. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 5c55454 commit 7c5119e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/bushel-cloud-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ on:
55
push:
66
branches:
77
- main
8-
- 8-scheduled-job # For development/testing
98

109
# Allow manual trigger
1110
workflow_dispatch:
1211

13-
# Optional: Build on PRs for validation
12+
# Build on PRs for validation
1413
pull_request:
1514

1615
# Prevent concurrent builds

0 commit comments

Comments
 (0)