Skip to content

Commit 328eea7

Browse files
committed
Fix CI, due to pypi not supporting nested stages
1 parent 921cc39 commit 328eea7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
3131
constructor-build-test:
3232
name: Build & Test Constructor
33+
needs: changes
34+
if: ${{ needs.changes.outputs.constructor == 'true' }}
3335
runs-on: ubuntu-latest
3436
defaults:
3537
run:
@@ -164,8 +166,9 @@ jobs:
164166

165167
servicenow-build-test:
166168
name: Build & Test ServiceNow
167-
runs-on: ubuntu-latest
169+
needs: changes
168170
if: ${{ needs.changes.outputs.servicenow == 'true' }}
171+
runs-on: ubuntu-latest
169172
defaults:
170173
run:
171174
working-directory: packages/vendor/servicenow

0 commit comments

Comments
 (0)