Skip to content

Commit 3e9ef55

Browse files
committed
ci(spog): re-add temp push trigger to validate workflow on branch
Restores the push trigger removed in a317f48 so we can run the SPOG integration suite end-to-end against PR #1479 HEAD without depending on the workflow being on the default branch. Drop again before merge.
1 parent 84a7dd3 commit 3e9ef55

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/integration-spog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
name: SPOG Integration Tests
99
on:
1010
workflow_dispatch:
11+
# Temporary: fire on push to the SPOG dev branch so we can validate the
12+
# workflow end-to-end before merge. Drop this block when the PR lands —
13+
# workflow_dispatch + schedule will be enough once the file is on main.
14+
push:
15+
branches:
16+
- sd-db/spog-impl
1117
schedule:
1218
- cron: "30 21 * * 0" # Weekly: Sunday 21:30 UTC (Monday 03:00 IST).
1319

0 commit comments

Comments
 (0)