Skip to content

deps: Bump kubernetes-client-bom from 6.11.0 to 6.12.1 #86

deps: Bump kubernetes-client-bom from 6.11.0 to 6.12.1

deps: Bump kubernetes-client-bom from 6.11.0 to 6.12.1 #86

Workflow file for this run

# Create the CI Sanity Check entry even when we only have ignored files
name: Quarkus CI Sanity Check
on:
push:
paths:
- '.gitignore'
- '.dockerignore'
- '*.md'
- '*.adoc'
- '*.txt'
- 'adr/**'
- 'jakarta/**'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.yml'
- '.github/*.java'
pull_request:
paths:
- '.gitignore'
- '.dockerignore'
- 'adr/**'
- '*.md'
- '*.adoc'
- '*.txt'
- 'jakarta/**'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.yml'
- '.github/*.java'
jobs:
ci-sanity-check:
name: "CI Sanity Check"
runs-on: ubuntu-latest
if: github.repository == 'quarkusio/quarkus'
steps:
- name: Build
run: sleep 1