Reduce scope of s390x CI (#155208)

The purpose of this change is to reduce scope of s390x CI to stop it potentially blocking usual workflows for other users
while still keeping nightly builds and tests for me to look at.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/155208
Approved by: https://github.com/malfet
This commit is contained in:
Aleksei Nikiforov
2025-06-06 16:07:34 +00:00
committed by PyTorch MergeBot
parent fc77269262
commit 7ae7c14143
3 changed files with 1 additions and 15 deletions

View File

@ -3,19 +3,9 @@ name: Build manywheel docker images for s390x
on:
workflow_dispatch:
push:
branches:
- main
- release/*
tags:
# NOTE: Binary build pipelines should only get triggered on release candidate or nightly builds
# Release candidate tags look like: v1.11.0-rc1
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
- ciflow/s390/*
paths:
- .ci/docker/**
- .github/workflows/build-manywheel-images-s390x.yml
pull_request:
paths:
- .ci/docker/**
- .github/workflows/build-manywheel-images-s390x.yml

View File

@ -2,8 +2,6 @@ name: s390
on:
push:
branches:
- main
tags:
- ciflow/s390/*
workflow_dispatch:

View File

@ -9,8 +9,6 @@ on:
tags:
- ciflow/periodic/*
- ciflow/s390/*
branches:
- release/*
workflow_dispatch:
concurrency: