Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgrim committed Jun 30, 2024
1 parent 5f01c34 commit d41d519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ./.github/workflows/bump_dynamic_dependencies.yml
publish-images:
runs-on: ubuntu-latest
needs: [run-tests, bump-dynamic-dependencies, build-nano]
needs: [run-tests, bump-dynamic-dependencies]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d41d519

Please sign in to comment.