Skip to content

Libs-pull-request

Libs-pull-request #347

name: Libs pull request jobs
run-name: Libs-pull-request
on:
pull_request:
permissions:
contents: read
id-token: write
defaults:
run:
working-directory: ./libs
jobs:
build:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/libs-build.yml
secrets: inherit
sonarqube:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/libs-sonarqube.yml
secrets: inherit