Skip to content

Commit

Permalink
[ci] Avoiding CI workflow for Renovate
Browse files Browse the repository at this point in the history
But, running it after dependencies get pinned.
  • Loading branch information
diemol committed Dec 27, 2024
1 parent 7b42216 commit 01af3d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
workflow_run:
workflows: [ CI - Renovate - RBE ]
types: [ completed ]

jobs:
check:
name: Check
if: >
github.repository_owner == 'seleniumhq' &&
(startsWith(github.head_ref, 'renovate/') != true || github.event_name == 'workflow_run')
runs-on: ubuntu-latest
outputs:
targets: ${{ steps.check-targets.outputs.bazel-targets }}
Expand Down

0 comments on commit 01af3d3

Please sign in to comment.