Skip to content

Commit 0a1d83e

Browse files
committed
tmp: trigger layer-3 differential on this branch to prove the device path
workflow_dispatch cannot run pre-merge (it registers from the default branch), so this temporary push trigger exists only to execute the never-run device path on the PR head and capture evidence. Removed before merge.
1 parent 64bc67d commit 0a1d83e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/conformance-differential.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ on:
2121
only:
2222
description: "Single scenario id to run (default: all)"
2323
required: false
24+
# TEMPORARY — REMOVE BEFORE MERGE.
25+
# workflow_dispatch only registers once a workflow is on the default branch, so
26+
# this path cannot be dispatched pre-merge (the API returns 404). This trigger
27+
# exists solely to prove the never-executed device path on the PR head and
28+
# capture evidence. Delete this `push:` block once that run is green.
29+
push:
30+
branches:
31+
- claude/maestro-conformance-oracle-acf8d5
32+
paths:
33+
- "scripts/maestro-conformance/**"
34+
- ".github/workflows/conformance-differential.yml"
2435

2536
permissions:
2637
contents: read

0 commit comments

Comments
 (0)