mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-27 13:31:53 +00:00
feat: allow bypassing CI using PR label
This commit is contained in:
parent
dc66737f03
commit
255a6d668a
1
.github/workflows/check_diffs.yml
vendored
1
.github/workflows/check_diffs.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: 'Detect Changes & Set Matrix'
|
name: 'Detect Changes & Set Matrix'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci-ignore') }}
|
||||||
steps:
|
steps:
|
||||||
- name: '📋 Checkout Code'
|
- name: '📋 Checkout Code'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user