File tree Expand file tree Collapse file tree
src/content/docs/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 deploy :
2929 name : Deploy
30- if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
30+ if : github.repository == 'hyperlight-dev/www' && (github. event_name == 'push' || github.event_name == 'workflow_dispatch')
3131 needs : build
3232 runs-on : ubuntu-latest
3333 permissions :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ We hold fortnightly community meetings open to everyone:
2121
2222- ** When:** Wednesdays 09:00 PST (every two weeks)
2323- ** Where:** [ Zoom] ( https://zoom.us/j/91509780029 )
24- - ** Agenda:** [ Google Doc ] ( https://docs.google.com/document/d/1-hyperlight-meeting-notes )
24+ - ** Agenda:** [ Hackmd ] ( https://hackmd.io/blCrncfOSEuqSbRVT9KYkg )
2525
2626<Aside type = " tip" >If you have a great idea for a new feature, come discuss it in one of fortnightly meetings. You will
2727be welcomed and we'll be interested in hearing what you have to say.</Aside >
You can’t perform that action at this time.
0 commit comments