Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
f0a1df31
Unverified
Commit
f0a1df31
authored
Mar 22, 2023
by
Danylo Baibak
Committed by
GitHub
Mar 22, 2023
Browse files
Add a workflow to update the viable/strict branch (#7435)
parent
b403bfc7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
.github/workflows/update-viablestrict.yml
.github/workflows/update-viablestrict.yml
+20
-0
No files found.
.github/workflows/update-viablestrict.yml
0 → 100644
View file @
f0a1df31
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 }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment