Run docker ci only when tests pass

This commit is contained in:
2024-05-01 18:44:51 +02:00
committed by GitHub
parent 8c699c6c83
commit c9ad17bb16

View File

@@ -10,6 +10,11 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_run:
workflows: ["Java CI with Gradle"]
branches: [main]
types:
- completed
env:
# Use docker.io for Docker Hub if empty
@@ -20,7 +25,6 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read