/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
.github/workflows/cache-reaper.yml
20 строк
489 B
Alex Hunt
Fix misaligned Node versions in CI (#51874)
06 июн 2025, 20:39
06 июн 2025, 20:39
ae40886
Код
Авторство
О чём код?
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 == 'facebook/react-native' runs-on: ubuntu-latest env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v4 - name: Setup Node.js uses: ./.github/actions/setup-node - name: Trim the cache run: node scripts/clean-gha-cache.js