mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 12:07:36 +00:00
run workflows on forks (#78)
per https://stackoverflow.com/questions/58221321/is-github-actions-available-on-forked-repositories
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: lint
|
name: lint
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request_target]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: test
|
name: test
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request_target]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Reference in New Issue
Block a user