disable notifications for myself

disable notifications for myself
This commit is contained in:
neil
2026-01-13 21:43:46 +01:00
parent 892b3ca219
commit e2882c536b
3 changed files with 3 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ on:
jobs:
welcome:
runs-on: ubuntu-latest
if: github.actor != 'neilpang'
steps:
- uses: actions/github-script@v6
with:

View File

@@ -13,6 +13,7 @@ on:
jobs:
welcome:
runs-on: ubuntu-latest
if: github.actor != 'neilpang'
steps:
- uses: actions/github-script@v6
with:

View File

@@ -6,6 +6,7 @@ on:
jobs:
notify:
runs-on: ubuntu-latest
if: github.actor != 'neilpang'
steps:
- name: Checkout wiki repository
uses: actions/checkout@v4