1
0
Fork 0
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:
Tatsunori Uchino 2021-01-12 22:03:05 +09:00
parent f8b8fa02ae
commit 595792863b
5 changed files with 0 additions and 5 deletions

View file

@ -4,7 +4,6 @@ name: macOS Catalina
on: on:
- push - push
- pull_request
jobs: jobs:
ssh: ssh:

View file

@ -4,7 +4,6 @@ name: Ubuntu 16.04
on: on:
- push - push
- pull_request
jobs: jobs:
ssh: ssh:

View file

@ -4,7 +4,6 @@ name: Ubuntu 18.04
on: on:
- push - push
- pull_request
jobs: jobs:
ssh: ssh:

View file

@ -4,7 +4,6 @@ name: Ubuntu 20.04
on: on:
- push - push
- pull_request
jobs: jobs:
ssh: ssh:

View file

@ -4,7 +4,6 @@ name: Windows Server 2019
on: on:
- push - push
- pull_request
jobs: jobs:
ssh: ssh: