Skip to content

Commit 98e517e

Browse files
chore: skip SEP reminder job on forks (modelcontextprotocol#2233)
1 parent a0856fb commit 98e517e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sep-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: {}
1111
jobs:
1212
discord-reminder:
1313
runs-on: ubuntu-latest
14-
14+
if: github.repository == 'modelcontextprotocol/modelcontextprotocol'
1515
steps:
1616
- name: Post Discord reminder
1717
run: |

0 commit comments

Comments
 (0)