Skip to content

Commit a8ff9c7

Browse files
authored
Merge pull request #2 from devigned/fix-agenda
fix agenda and dont deploy from fork
2 parents a498c79 + f894f1d commit a8ff9c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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:

src/content/docs/resources/community.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2727
be welcomed and we'll be interested in hearing what you have to say.</Aside>

0 commit comments

Comments
 (0)