"src/vscode:/vscode.git/clone" did not exist on "187ea539aed54872675cd27f6a58b27084a173ab"
Unverified Commit f0a1df31 authored by Danylo Baibak's avatar Danylo Baibak Committed by GitHub
Browse files

Add a workflow to update the viable/strict branch (#7435)

parent b403bfc7
name: Update viable/strict
on:
schedule:
- cron: 10,40 * * * *
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
do_update_viablestrict:
uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@main
with:
repository: pytorch/vision
required_check: "build,cmake,lint,Build Linux,Build M1,Build Macos,Tests on Linux,Tests on macOS,Docs,Lint"
secrets:
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
GITHUB_TOKEN : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment