Skip to content

Merge branch 'master' of https://github.com/reportportal/service-jobs… #73

Merge branch 'master' of https://github.com/reportportal/service-jobs…

Merge branch 'master' of https://github.com/reportportal/service-jobs… #73

Workflow file for this run

name: Java checks
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- '.github/**'
- README.md
- gradle.properties
push:
branches:
- master
- develop
paths-ignore:
- '.github/**'
- README.md
- gradle.properties
jobs:
call-java-cheks:
name: Call Java checks
uses: reportportal/.github/.github/workflows/java-checks.yaml@main
with:
java-version: '21'
runs-on: ubuntu-latest