mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Disable PR check using author's key
Author's key is not passed to PR builds (#164)
This commit is contained in:
parent
f8b8fa02ae
commit
595792863b
5 changed files with 0 additions and 5 deletions
1
.github/workflows/verify-on-macos-1015.yml
vendored
1
.github/workflows/verify-on-macos-1015.yml
vendored
|
@ -4,7 +4,6 @@ name: macOS Catalina
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ssh:
|
ssh:
|
||||||
|
|
1
.github/workflows/verify-on-ubuntu-1604.yml
vendored
1
.github/workflows/verify-on-ubuntu-1604.yml
vendored
|
@ -4,7 +4,6 @@ name: Ubuntu 16.04
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ssh:
|
ssh:
|
||||||
|
|
1
.github/workflows/verify-on-ubuntu-1804.yml
vendored
1
.github/workflows/verify-on-ubuntu-1804.yml
vendored
|
@ -4,7 +4,6 @@ name: Ubuntu 18.04
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ssh:
|
ssh:
|
||||||
|
|
1
.github/workflows/verify-on-ubuntu-2004.yml
vendored
1
.github/workflows/verify-on-ubuntu-2004.yml
vendored
|
@ -4,7 +4,6 @@ name: Ubuntu 20.04
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ssh:
|
ssh:
|
||||||
|
|
|
@ -4,7 +4,6 @@ name: Windows Server 2019
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ssh:
|
ssh:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue