Skip to content

Commit bf32995

Browse files
xsahil03xclaude
andauthored
ci(repo): skip sample app build when targeting master (#2720)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8a99641 commit bf32995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stream_flutter_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
name: build (${{ matrix.platform }})
168168
needs: gate
169169
runs-on: ${{ matrix.os }}
170-
if: needs.gate.outputs.should_run == 'true'
170+
if: needs.gate.outputs.should_run == 'true' && github.event_name == 'pull_request'
171171
timeout-minutes: 30
172172
strategy:
173173
fail-fast: false

0 commit comments

Comments
 (0)