Skip to content

Enable new architecture for react-native-device-country (#2241) #672

Enable new architecture for react-native-device-country (#2241)

Enable new architecture for react-native-device-country (#2241) #672

name: '[VERCEL] Cleanup data blobs'
on:
push:
branches: [main]
schedule:
# Run three time a week on Tuesday, Thursday, and Saturday at midnight - https://crontab.guru/#0 0 * * 2,4,6
- cron: '0 0 * * 2,4,6'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Cleanup data blobs
run: bun ci:cleanup-blobs
env:
BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}