only build/run junit tests when sonarcloud completes

This commit is contained in:
darefjev44 2024-04-20 15:23:10 +01:00 committed by GitHub
parent f4d40dcc44
commit 3afc611627
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,10 +9,10 @@
name: JUnit with Maven
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_run:
workflows: ["SonarCloud analysis"]
types:
- completed
jobs:
test: