Skip to content

Commit b120a82

Browse files
committed
TEMP(testing): trigger nightly-osp on push to ci-draft-pause
Run the full Wave 1 (5.9.1) + Wave 2 (5.8.4) OSP suite in CI on push to the test branch instead of waiting for the 6 AM schedule. Only meaningful on canonical wolfSSL/wolfProvider where the private deb pull works. REVERT before merge - keep only schedule + workflow_dispatch.
1 parent 8ce085d commit b120a82

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/nightly-osp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ name: Nightly OSP Suite
88
# outside the waves.
99

1010
on:
11+
# TEMP(testing): run the full OSP suite on push to the test branch so
12+
# Wave 1 (5.9.1) + Wave 2 (5.8.4) run in CI now instead of waiting for
13+
# the nightly schedule. REVERT before merge - leave only schedule +
14+
# workflow_dispatch.
15+
push:
16+
branches: [ ci-draft-pause ]
1117
schedule:
1218
- cron: '0 6 * * *'
1319
workflow_dispatch:

0 commit comments

Comments
 (0)