Skip to content

Commit 3e671b8

Browse files
authored
ci: dont create builder pr if sdm publish fails (#124)
1 parent 3c146c7 commit 3e671b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ jobs:
247247
needs:
248248
- build
249249
- publish_cdk
250+
- publish_sdm
250251
if: >
251252
(github.event_name == 'push' &&
252253
needs.build.outputs.IS_PRERELEASE == 'false' &&

0 commit comments

Comments
 (0)