Skip to content

Commit

Permalink
Disable PR check using author's key
Browse files Browse the repository at this point in the history
Author's key is not passed to PR builds (shimataro#164)
  • Loading branch information
tats-u committed Jan 12, 2021
1 parent f8b8fa0 commit 5957928
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/verify-on-macos-1015.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: macOS Catalina

on:
- push
- pull_request

jobs:
ssh:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify-on-ubuntu-1604.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: Ubuntu 16.04

on:
- push
- pull_request

jobs:
ssh:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify-on-ubuntu-1804.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: Ubuntu 18.04

on:
- push
- pull_request

jobs:
ssh:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify-on-ubuntu-2004.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: Ubuntu 20.04

on:
- push
- pull_request

jobs:
ssh:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify-on-windows-server-2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: Windows Server 2019

on:
- push
- pull_request

jobs:
ssh:
Expand Down

0 comments on commit 5957928

Please sign in to comment.