Skip to content

Commit e2882c5

Browse files
committed
disable notifications for myself
disable notifications for myself
1 parent 892b3ca commit e2882c5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/pr_dns.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
welcome:
1313
runs-on: ubuntu-latest
14+
if: github.actor != 'neilpang'
1415
steps:
1516
- uses: actions/github-script@v6
1617
with:

.github/workflows/pr_notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
welcome:
1515
runs-on: ubuntu-latest
16+
if: github.actor != 'neilpang'
1617
steps:
1718
- uses: actions/github-script@v6
1819
with:

.github/workflows/wiki-monitor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
notify:
88
runs-on: ubuntu-latest
9+
if: github.actor != 'neilpang'
910
steps:
1011
- name: Checkout wiki repository
1112
uses: actions/checkout@v4

0 commit comments

Comments
 (0)