Commit 72db366
Deduplicate tutorials with smoke test workflows (#2315)
Summary:
`tutorials_smoke_test_on_push` was failing since `upload_artifact` has been deprecated: https://github.com/pytorch/botorch/actions/runs/8885237794
Without it, the two workflows are identical, so I deleted one and updated the other to run on both PRs & push.
Pull Request resolved: #2315
Test Plan: Successful workflow run on PR & after the PR lands
Reviewed By: Balandat
Differential Revision: D56724698
Pulled By: saitcakmak
fbshipit-source-id: 7d76da8e6de16c9bab26bc8da476578ff2b089f11 parent 403d8ea commit 72db366
File tree
2 files changed
+3
-18
lines changed- .github/workflows
2 files changed
+3
-18
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
This file was deleted.
0 commit comments