Skip to content

Commit

Permalink
[fbsync] Add a workflow to update the viable/strict branch (#7435)
Browse files Browse the repository at this point in the history
Reviewed By: vmoens

Differential Revision: D44416611

fbshipit-source-id: dc48e48b25225ea8fa32a8ec0611d3f7bf16dd20
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Mar 30, 2023
1 parent fdc132a commit 23d214a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/update-viablestrict.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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 }}

0 comments on commit 23d214a

Please sign in to comment.