Skip to content

Commit

Permalink
Disable unneeded ci-cd actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
khustup2 committed Jan 24, 2025
1 parent 2de19e7 commit 4f68c47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/langchain-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ permissions:
contents: read
id-token: write

#on:
# schedule:
# - cron: '0 4 * * *'
# workflow_dispatch: {}
on: {}

concurrency:
group: ${{ github.workflow }}
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Lint
#on:
# push:
# branches:
# - 'main'
# - 'v3'
# pull_request:

on: {}

concurrency:
cancel-in-progress: true
Expand Down
14 changes: 1 addition & 13 deletions .github/workflows/test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,7 @@ permissions:
pull-requests: write


#on:
# push:
# branches:
# - 'main'
# - 'v3'
# - 'release/**'
# pull_request:
# types:
# - opened
# - reopened
# - synchronize
# - labeled
# - ready_for_review
on: {}

concurrency:
cancel-in-progress: true
Expand Down

0 comments on commit 4f68c47

Please sign in to comment.