Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
JuHyung-Son committed Aug 1, 2024
1 parent ffc0610 commit 6751c03
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/check_compatibility.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
name: Check Langchain-Upstage Compatibility
name: check compatibility

on:
workflow_dispatch:
schedule:
- cron: '0 9 * * *'
workflow_call:
inputs:
working-directory:
required: false
required: true
type: string
description: "From which folder this pipeline executes"
workflow_dispatch:
inputs:
working-directory:
required: true
type: string
default: 'libs/upstage'
schedule:
- cron: '0 9 * * *'

jobs:
build:
Expand Down

0 comments on commit 6751c03

Please sign in to comment.