1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-11-07 03:32:00 +00:00

fix sched ci ()

This commit is contained in:
Bagatur
2023-08-10 09:29:46 -07:00
committed by GitHub
parent abb1264edf
commit e162fd418a

@@ -1,6 +1,7 @@
name: Scheduled tests name: Scheduled tests
on: on:
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
schedule: schedule:
- cron: '0 13 * * *' - cron: '0 13 * * *'
@@ -35,4 +36,3 @@ jobs:
run: | run: |
make scheduled_tests make scheduled_tests
shell: bash shell: bash
secrets: inherit