mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
committed by
PyTorch MergeBot
parent
fc77269262
commit
7ae7c14143
@ -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
|
||||
|
||||
|
||||
|
2
.github/workflows/s390.yml
vendored
2
.github/workflows/s390.yml
vendored
@ -2,8 +2,6 @@ name: s390
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- ciflow/s390/*
|
||||
workflow_dispatch:
|
||||
|
2
.github/workflows/s390x-periodic.yml
vendored
2
.github/workflows/s390x-periodic.yml
vendored
@ -9,8 +9,6 @@ on:
|
||||
tags:
|
||||
- ciflow/periodic/*
|
||||
- ciflow/s390/*
|
||||
branches:
|
||||
- release/*
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
Reference in New Issue
Block a user