Skip to content

Commit 36c96ca

Browse files
committed
TEMP - ignore build job
1 parent 1a175c9 commit 36c96ca

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci-ruby.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,15 @@ permissions:
88
contents: read
99

1010
jobs:
11-
build:
12-
name: Build
13-
uses: ./.github/workflows/bazel.yml
14-
with:
15-
name: Build
16-
run: bazel build //rb:selenium-devtools //rb:selenium-webdriver
17-
1811
docs:
1912
name: Documentation
20-
needs: build
2113
uses: ./.github/workflows/bazel.yml
2214
with:
2315
name: Documentation
2416
run: bazel run //rb:docs
2517

2618
steep-check:
2719
name: Type Check (Steep)
28-
needs: build
2920
runs-on: ubuntu-latest
3021
steps:
3122
- name: Checkout code
@@ -51,7 +42,6 @@ jobs:
5142

5243
unit-tests:
5344
name: Unit Tests
54-
needs: build
5545
uses: ./.github/workflows/bazel.yml
5646
strategy:
5747
fail-fast: false
@@ -83,7 +73,6 @@ jobs:
8373
8474
integration-tests-local:
8575
name: Local Tests
86-
needs: build
8776
uses: ./.github/workflows/bazel.yml
8877
strategy:
8978
fail-fast: false
@@ -115,7 +104,6 @@ jobs:
115104
116105
integration-tests-remote:
117106
name: Remote Tests
118-
needs: build
119107
uses: ./.github/workflows/bazel.yml
120108
strategy:
121109
fail-fast: false

0 commit comments

Comments
 (0)