Skip to content

Commit

Permalink
ci(release): add the docker workflow to the release job, and mark it …
Browse files Browse the repository at this point in the history
…as required for release
  • Loading branch information
amaanq committed Jan 15, 2025
1 parent a4c8a9c commit d6f64d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
test-rules:
uses: './.github/workflows/test-rules.yaml'

test-docker:
uses: './.github/workflows/docker.yml'

integration-tests:
uses: './.github/workflows/integration-tests.yaml'
secrets: inherit
Expand Down Expand Up @@ -100,6 +103,7 @@ jobs:
name: Release on GitHub
needs:
- test-rules
- test-docker
- integration-tests
- verify-schema
- versions-check
Expand Down

0 comments on commit d6f64d6

Please sign in to comment.