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 3ff1512 commit c734decCopy full SHA for c734dec
.github/workflows/ci.yml
@@ -8,10 +8,16 @@ on:
8
schedule:
9
- cron: "0 */12 * * *"
10
workflow_dispatch:
11
+ workflow_run:
12
+ workflows: [ CI - Renovate - RBE ]
13
+ types: [ completed ]
14
15
jobs:
16
check:
17
name: Check
18
+ if: >
19
+ github.repository_owner == 'seleniumhq' &&
20
+ (startsWith(github.head_ref, 'renovate/') != true || github.event_name == 'workflow_run')
21
runs-on: ubuntu-latest
22
outputs:
23
targets: ${{ steps.check-targets.outputs.bazel-targets }}
0 commit comments