Skip to content

Update viable/strict #5154

Update viable/strict

Update viable/strict #5154

name: Update viable/strict
on:
schedule:
- cron: 17,47 * * * *
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
do_update_viablestrict:
if: ${{ github.repository_owner == 'pytorch' }}
runs-on: ubuntu-20.04
environment: ${{ (github.event_name == 'schedule') && 'update-viable-strict' || '' }}
steps:
- name: Update viable/strict
uses: pytorch/test-infra/.github/actions/update-viablestrict@main
with:
repository: pytorch/executorch
stable-branch: viable/strict
requires: '[\"pull\", \"lint\", \"trunk\", \"Build documentation\", \"Android\", \"Apple\"]'
secret-bot-token: ${{ secrets.UPDATEBOT_TOKEN }}
rockset-api-key: ${{ secrets.ROCKSET_API_KEY }}