Skip to content

Commit

Permalink
chore: Require tests for control plane deployment (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith authored Dec 2, 2024
1 parent 58684b0 commit 37598d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ jobs:
permissions:
id-token: write
needs:
[check_changes, build-app-image, build-control-plane-image]
[check_changes, build-app-image, build-control-plane-image, test-control-plane]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 37598d8

Please sign in to comment.