We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892b3ca commit e2882c5Copy full SHA for e2882c5
.github/workflows/pr_dns.yml
@@ -11,6 +11,7 @@ on:
11
jobs:
12
welcome:
13
runs-on: ubuntu-latest
14
+ if: github.actor != 'neilpang'
15
steps:
16
- uses: actions/github-script@v6
17
with:
.github/workflows/pr_notify.yml
@@ -13,6 +13,7 @@ on:
18
19
.github/workflows/wiki-monitor.yml
@@ -6,6 +6,7 @@ on:
6
7
notify:
8
9
10
- name: Checkout wiki repository
uses: actions/checkout@v4
0 commit comments