Skip to content

Commit ff86546

Browse files
vanceingallsclaude
andcommitted
ci: temporarily trigger fast-video-validation on branch push
Reverted before merge; workflow_dispatch is the intended trigger. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4d5b383 commit ff86546

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/fast-video-validation.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
name: Fast-capture video validation
1010

1111
on:
12+
# Temporary: lets the workflow run on this branch before it lands on the
13+
# default branch (workflow_dispatch is only triggerable from default). Remove
14+
# before merge — workflow_dispatch is the intended trigger.
15+
push:
16+
branches: ["drawelement-fast-capture"]
17+
paths:
18+
- ".github/workflows/fast-video-validation.yml"
19+
- "packages/producer/scripts/validate-fast-video.ts"
20+
- "packages/engine/src/services/**"
1221
workflow_dispatch:
1322
inputs:
1423
composition:

0 commit comments

Comments
 (0)