Skip to content

Commit fbbc5a4

Browse files
committed
reenable tests passing as required for publishing docker images
1 parent 30a09f3 commit fbbc5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
contents: read
252252
packages: write
253253
name: Build and publish Docker images
254-
# needs: [pre-commit, unit-tests, simulation-tests, integration-tests, integration-tests-historian]
254+
needs: [pre-commit, unit-tests, simulation-tests, integration-tests, integration-tests-historian]
255255
runs-on: ubuntu-latest
256256
if: github.actor != 'dependabot[bot]'
257257
steps:

0 commit comments

Comments
 (0)