Skip to content

Commit 6c8c95e

Browse files
diemolsandeepsuryaprasad
authored andcommitted
[ci] Chaining job execution
1 parent 06dbc5a commit 6c8c95e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci-renovate-rbe.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
format:
10+
pin:
1111
runs-on: ubuntu-latest
1212
if: github.repository_owner == 'seleniumhq'
1313
steps:
@@ -40,7 +40,7 @@ jobs:
4040
fi
4141
4242
check-format:
43-
needs: format
43+
needs: pin
4444
name: Check format
4545
if: github.repository_owner == 'seleniumhq'
4646
uses: ./.github/workflows/bazel.yml
@@ -52,6 +52,7 @@ jobs:
5252

5353
test:
5454
name: Test
55+
needs: pin
5556
if: github.repository_owner == 'seleniumhq'
5657
uses: ./.github/workflows/bazel.yml
5758
with:
@@ -62,5 +63,6 @@ jobs:
6263

6364
ci-gh:
6465
name: CI - GitHub
66+
needs: pin
6567
if: github.repository_owner == 'seleniumhq'
6668
uses: ./.github/workflows/ci.yml

0 commit comments

Comments
 (0)