chore: limit workflow triggers
This commit is contained in:
parent
bda9d721e5
commit
bdc011861d
|
|
@ -16,6 +16,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
if: github.repository == "DIYgod/RSSHub"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,8 +4,7 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-16.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
services:
|
||||
redis:
|
||||
|
|
|
|||
Loading…
Reference in New Issue