Skip to content

Commit

Permalink
ci: add the linting workflow as pre condition for the build job
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophBe committed Oct 17, 2024
1 parent fb631d8 commit e347e5a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Create and publish a Docker image

on:
push:
branches: ['main']
workflow_run:
workflows:
- Linting
types:
- completed
branches:
- ci/add-code-quality-tooling

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit e347e5a

Please sign in to comment.