Skip to content

Commit

Permalink
use different names so they can be selectively configured to be merge…
Browse files Browse the repository at this point in the history
…-gating or not
  • Loading branch information
sjain-stanford committed Oct 19, 2023
1 parent 947637a commit d7cdc4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bazelBuildAndTestStablehlo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
ubuntu-build:
name: ubuntu-x86_64
name: ubuntu-x86_64 / stablehlo
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bazelBuildAndTestTcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
ubuntu-build:
name: ubuntu-x86_64
name: ubuntu-x86_64 / mlir-tcp
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bazelBuildAndTestTorchmlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
ubuntu-build:
name: ubuntu-x86_64
name: ubuntu-x86_64 / torch-mlir
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit d7cdc4a

Please sign in to comment.