Skip to content

chore(java-cloud-bom): migrate java-cloud-bom into monorepo #1

chore(java-cloud-bom): migrate java-cloud-bom into monorepo

chore(java-cloud-bom): migrate java-cloud-bom into monorepo #1

on:

Check failure on line 1 in .github/workflows/java-cloud-bom-dashboard.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/java-cloud-bom-dashboard.yaml

Invalid workflow file

(Line: 41, Col: 5): 'if' is already defined
push:
branches:
- main
pull_request:
name: java-cloud-bom ci
env:
BUILD_SUBDIR: java-cloud-bom
jobs:
filter:
runs-on: ubuntu-latest
outputs:
library: ${{ steps.filter.outputs.library }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
library:
- 'java-cloud-bom/**'
dashboard:
needs: filter
if: ${{ needs.filter.outputs.library == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 11
cache: maven
- run: java -version
- run: .kokoro/dashboard.sh
env:
JOB_TYPE: dashboard-units-check
shared-dependencies-convergence:
needs: filter
if: ${{ needs.filter.outputs.library == 'true' }}
runs-on: ubuntu-latest
if: github.repository_owner == 'googleapis' && github.head_ref == 'release-please--branches--main'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 11
cache: maven
- run: java -version
- run: .kokoro/dashboard.sh
env:
JOB_TYPE: dependency-convergence-check