8000 GH-111062: Apply reusable workflow for the Linux CI by NCLI · Pull Request #111440 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-111062: Apply reusable workflow for the Linux CI #111440

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 8 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
Fixed workflow name
  • Loading branch information
NCLI committed Oct 29, 2023
commit d7b420b52501f9f42ec0ace8afda6f4e1901ee96
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
working-directory: ${{ env.CPYTHON_BUILDDIR }}
run: xvfb-run make test

build_ubuntu:
build_ubuntu_nogil:
name: 'Ubuntu'
runs-on: ubuntu-latest
timeout-minutes: 60
Expand Down
0