8000 gh-111062: Separate linux build into a reusable workflow by NCLI · Pull Request #111446 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-111062: Separate linux build into a reusable workflow #111446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 19 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Moved needs back to build.yml
  • Loading branch information
NCLI committed Oct 29, 2023
commit 01af84add93b25c8029df6a89aadf615cc7062b1
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ jobs:

build_ubuntu:
name: 'Ubuntu'
needs: check_source
uses: ./.github/workflows/reusable-build-ubuntu.yml
if: needs.check_source.outputs.run_tests == 'true'
with:
Expand Down
0