We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff96d1 commit 8fa825eCopy full SHA for 8fa825e
1 file changed
.github/workflows/cd.yml
@@ -12,20 +12,12 @@ jobs:
12
lint:
13
uses: ./.github/workflows/lint.yml
14
15
- test:
16
- uses: ./.github/workflows/test.yml
17
- secrets:
18
- UIPATH_URL: ${{ secrets.UIPATH_URL }}
19
- UIPATH_CLIENT_ID: ${{ secrets.UIPATH_CLIENT_ID }}
20
- UIPATH_CLIENT_SECRET: ${{ secrets.UIPATH_CLIENT_SECRET }}
21
-
22
build:
23
name: Build
24
runs-on: ubuntu-latest
25
26
needs:
27
- lint
28
- - test
29
30
if: ${{ github.repository == 'UiPath/uipath-langchain-python' }}
31
permissions:
0 commit comments