File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- name : CI - Website
1+ name : CI - website
22
33on :
44 pull_request :
Original file line number Diff line number Diff line change 11name : Deploy
22
33on :
4+ # Manual deployment trigger
45 workflow_dispatch :
56 inputs :
67 deploy_type :
7- description : ' deploy type'
8+ description : ' type'
89 required : true
910 type : choice
1011 options :
1112 - ' nightly'
1213 - ' latest'
1314 default : ' nightly'
1415
16+ # Scheduled nightly deployments
17+ schedule :
18+ - cron : ' 0 0 * * *' # Runs daily at midnight UTC
19+
1520jobs :
1621 deploy-nightly :
17- if : ${{ github.event.inputs.deploy_type == 'nightly' }}
22+ if : ${{ github.event.inputs.deploy_type == 'nightly' || github.event_name == 'schedule' }}
1823 runs-on : ubuntu-latest
1924 steps :
2025 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1- name : Issue - Comment on Close
1+ name : Issue - comment on close
22
33on :
44 issues :
Original file line number Diff line number Diff line change 1- name : Issue - Reopen on Comment
1+ name : Issue - reopen on comment
22
33on :
44 issue_comment :
You can’t perform that action at this time.
0 commit comments