/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/ci-check.yml
32 строки
972 B
code-infra-renovate[bot]
Bump GitHub Actions (#48894)
04 авг 2026, 09:27
Не верифицирован
04 авг 2026, 09:27
9ddc0a7
Код
Авторство
О чём код?
# This workflow is a workaround for ci.yml to bypass the github checks # # Ref: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks name: CI Check on: push: branches-ignore: # should sync with ci.yml as a workaround to bypass github checks - master - next - v*.x pull_request: paths: # should sync with ci.yml as a workaround to bypass github checks - 'docs/**' permissions: {} jobs: continuous-releases: name: Continuous releases uses: mui/mui-public/.github/workflows/ci-base.yml@3aff78882d5ed7d5d6a22d13ffa91a75f1374ab1 # master test-dev: if: ${{ github.actor != 'l10nbot' }} runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] steps: - run: 'echo "No build required"'