Skip to content

Commit

Permalink
[Bazel] Allow workflow_dispatch manual trigger on bazel workflow (#1203)
Browse files Browse the repository at this point in the history
At the moment we don't gate torch-mlir PRs with bazel builds. This means bazel builds don't get run on open PRs, and so there's no good way to validate a fix PR which is meant to fix a broken bazel build. This option allows a bazel build to be manually triggered as needed on open PRs.
  • Loading branch information
sjain-stanford authored Aug 9, 2022
1 parent b696362 commit d41c7be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bazelBuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit d41c7be

Please sign in to comment.