Skip to content

Commit

Permalink
ci: dont create builder pr if sdm publish fails (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Dec 5, 2024
1 parent 3c146c7 commit 3e671b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ jobs:
needs:
- build
- publish_cdk
- publish_sdm
if: >
(github.event_name == 'push' &&
needs.build.outputs.IS_PRERELEASE == 'false' &&
Expand Down

0 comments on commit 3e671b8

Please sign in to comment.