update-viablestrict.yml 628 B

1234567891011121314151617181920212223
  1. name: Update viable/strict
  2. on:
  3. pull_request:
  4. paths:
  5. - .github/workflows/update-viablestrict.yml
  6. schedule:
  7. - cron: 10,40 * * * *
  8. workflow_dispatch:
  9. concurrency:
  10. group: ${{ github.workflow }}
  11. cancel-in-progress: false
  12. jobs:
  13. do_update_viablestrict:
  14. uses: pytorch/test-infra/.github/workflows/update-viablestrict.yml@release/2.1
  15. with:
  16. repository: pytorch/vision
  17. required_checks: "Build Linux,Build M1,Build Macos,Build Windows,Tests,CMake,Lint,Docs"
  18. secrets:
  19. ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
  20. GITHUB_DEPLOY_KEY : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}