We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dbc5a commit 6c8c95eCopy full SHA for 6c8c95e
.github/workflows/ci-renovate-rbe.yml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- format:
+ pin:
11
runs-on: ubuntu-latest
12
if: github.repository_owner == 'seleniumhq'
13
steps:
@@ -40,7 +40,7 @@ jobs:
40
fi
41
42
check-format:
43
- needs: format
+ needs: pin
44
name: Check format
45
46
uses: ./.github/workflows/bazel.yml
@@ -52,6 +52,7 @@ jobs:
52
53
test:
54
name: Test
55
56
57
58
with:
@@ -62,5 +63,6 @@ jobs:
62
63
64
ci-gh:
65
name: CI - GitHub
66
67
68
uses: ./.github/workflows/ci.yml
0 commit comments