Skip to content

Commit

Permalink
Fix exit status reqs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jan 17, 2025
1 parent 1a09279 commit 08853b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,6 @@ jobs:
- release
- publish-pypi
- build-ci-deps
- test-packages
- test
steps:
- name: Get workflow information
id: get-workflow-info
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/templates/layout.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,10 @@ jobs:
<%- for need in test_repo_needs.iter(consume=True) %>
- <{ need }>
<%- endfor %>
<%- if workflow_slug != "release" %>
- test-packages
- test
<%- endif %>
steps:
- name: Get workflow information
id: get-workflow-info
Expand Down

0 comments on commit 08853b6

Please sign in to comment.