Skip to content

Commit

Permalink
Add "schedule" option in gather_test_models.py (#4397)
Browse files Browse the repository at this point in the history
Summary:
Got this kind of error: https://hud.pytorch.org/pytorch/executorch/commit/11b2fcb7ba065700c2efce895c834900be242317

Pull Request resolved: #4397

Reviewed By: cccclai

Differential Revision: D60183012

Pulled By: kirklandsign

fbshipit-source-id: 8e7a55708a381922634198f4dba580474f6c4783
  • Loading branch information
kirklandsign authored and facebook-github-bot committed Jul 24, 2024
1 parent f6bad56 commit 944e1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/gather_test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def parse_args() -> Any:
"-e",
"--event",
type=str,
choices=["pull_request", "push"],
choices=["pull_request", "push", "schedule"],
required=True,
help="GitHub CI Event. See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on",
)
Expand Down

0 comments on commit 944e1e8

Please sign in to comment.