Skip to content

dbeaver/dbeaver-devops#1525 fix: concurrency group (#44) #37

dbeaver/dbeaver-devops#1525 fix: concurrency group (#44)

dbeaver/dbeaver-devops#1525 fix: concurrency group (#44) #37

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches: [devel]
jobs:
build:
uses: ./.github/workflows/mvn-package.yml
name: Check
secrets: inherit
with:
timeout-minutes: 5
lint:
uses: ./.github/workflows/java-checkstyle.yml
name: Check
secrets: inherit