mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
chore: limit workflow triggers
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user