/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/cache-reaper.yml
20 строк
486 B
Rob Hogan
Apply prettier to .yml files + consistent quote style (#57286)
19 июн 2026, 17:03
19 июн 2026, 17:03
738839c
Код
Авторство
О чём код?
name: Keep Github Actions Cache < 10GB on: workflow_dispatch: schedule: # Run every 2hrs during weekdays - cron: '0 0/2 * * 1-5' jobs: cache-cleaner: if: github.repository == 'react/react-native' runs-on: ubuntu-latest env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v6 - name: Setup Node.js uses: ./.github/actions/setup-node - name: Trim the cache run: node scripts/clean-gha-cache.js