Skip to content

Commit 72db366

Browse files
saitcakmakfacebook-github-bot
authored andcommitted
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: 7d76da8e6de16c9bab26bc8da476578ff2b089f1
1 parent 403d8ea commit 72db366

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

.github/workflows/tutorials_smoke_test_on_pr.yml renamed to .github/workflows/tutorials_smoke_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
name: Tutorials on PR
1+
name: Tutorials with smoke test
22

33
on:
44
pull_request:
55
branches: [ main ]
6+
push:
7+
branches: [ main ]
68
workflow_dispatch:
79

810

.github/workflows/tutorials_smoke_test_on_push.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)