Skip to content

Commit d9c5bdb

Browse files
committed
TEMP: run wolfBoot TZ integration per-push to validate NSC refactor (revert before merge)
1 parent 8e03718 commit d9c5bdb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/wolfboot-tz-integration.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
name: wolfBoot TrustZone integration nightly (m33mu)
1212

1313
on:
14-
schedule:
15-
# 07:00 UTC daily
16-
- cron: '0 7 * * *'
14+
# TEMPORARY: run per-push on the PR branch to validate the NSC transport
15+
# refactor end-to-end under m33mu before merge. Revert to schedule-only.
16+
push:
17+
pull_request:
1718
workflow_dispatch:
1819

1920
permissions:

0 commit comments

Comments
 (0)