chore: limit workflow triggers

This commit is contained in:
Henry 2020-12-26 12:06:42 +00:00
parent bda9d721e5
commit bdc011861d
No known key found for this signature in database
GPG Key ID: 5B3C7E38D81D924D
3 changed files with 3 additions and 4 deletions

View File

@ -16,6 +16,7 @@ on:
jobs:
test:
if: github.repository == "DIYgod/RSSHub"
runs-on: ubuntu-latest
steps:
-

View File

@ -8,9 +8,8 @@ on:
jobs:
build:
if: github.repository == "DIYgod/RSSHub"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1

View File

@ -4,8 +4,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
services:
redis: