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
Fixed conditional
  • Loading branch information
NCLI committed Oct 29, 2023
commit 1cb1f77641b47eb672292241b686c57a43dd1a85
8000
8 changes: 0 additions & 8 deletions .github/workflows/reusable-build-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
name: Tests

# gh-84728: "paths-ignore" is not used to skip documentation-only PRs, because
# it prevents to mark a job as mandatory. A PR cannot be merged if a job is
# mandatory but not scheduled because of "paths-ignore".
on:
workflow_call:
inputs:
Expand All @@ -13,9 +8,6 @@ on:
required: true
type: string

permissions:
contents: read

jobs:
build_ubuntu_reusable:
runs-on: ${{ inputs.ubuntu_version }}
Expand Down
0