File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 name : Build and publish
12- if : github.ref == 'refs/heads/main'
1312 runs-on : " ubuntu-24.04"
1413
1514 steps :
Original file line number Diff line number Diff line change 11name : CD
22
33on :
4- workflow_dispatch : {}
5- push :
6- branches :
7- - main
4+ workflow_run :
5+ workflows : ["Core CI"]
6+ types :
7+ - completed
88
99jobs :
1010 build :
11- uses : ./.github/workflows/build.yml
12- secrets :
13- token : ${{ secrets.PYPI_TOKEN }}
11+ if : ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' && github.event.workflow_run.head_branch == 'main' }}
12+ uses : ./.github/workflows/build.yml
13+ secrets :
14+ token : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 66 branches :
77 - main
88 paths :
9+ - " pyproject.toml"
910 - " src/uipath_sdk/**"
1011 pull_request :
1112 branches :
1213 - main
1314 paths :
15+ - " pyproject.toml"
1416 - " src/uipath_sdk/**"
1517
1618jobs :
Original file line number Diff line number Diff line change 77 - main
88 paths-ignore :
99 - " src/**"
10+ - " pyproject.toml"
1011 pull_request :
1112 branches :
1213 - main
1314 paths-ignore :
1415 - " src/**"
16+ - " pyproject.toml"
1517
1618jobs :
1719 lint :
You can’t perform that action at this time.
0 commit comments