Skip to content

Commit c734dec

Browse files
diemolsandeepsuryaprasad
authored andcommitted
[ci] Avoiding CI workflow for Renovate
But, running it after dependencies get pinned.
1 parent 3ff1512 commit c734dec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ on:
88
schedule:
99
- cron: "0 */12 * * *"
1010
workflow_dispatch:
11+
workflow_run:
12+
workflows: [ CI - Renovate - RBE ]
13+
types: [ completed ]
1114

1215
jobs:
1316
check:
1417
name: Check
18+
if: >
19+
github.repository_owner == 'seleniumhq' &&
20+
(startsWith(github.head_ref, 'renovate/') != true || github.event_name == 'workflow_run')
1521
runs-on: ubuntu-latest
1622
outputs:
1723
targets: ${{ steps.check-targets.outputs.bazel-targets }}

0 commit comments

Comments
 (0)