Skip to content

Commit 7d78f29

Browse files
Activate Deploy Temoa Nightlies workflow_dispatch and schedule
1 parent a998b55 commit 7d78f29

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# .github/workflows/deploy-nightly.yml stub to get it working on the unstable branch
2+
name: Deploy Temoa Nightlies
3+
4+
on:
5+
workflow_dispatch:
6+
inputs:
7+
reason:
8+
description: "Reason for manual trigger (e.g., hotfix, test)"
9+
required: false
10+
default: "Manual deploy"
11+
schedule:
12+
- cron: "0 0 * * *" # This will activate the nightly schedule

0 commit comments

Comments
 (0)