Skip to content

Commit

Permalink
fix: remove needs in CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbie-goober committed Aug 4, 2024
1 parent 185cc47 commit 90be047
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/A2_Part2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
deploy_and_run_automated_tests:
runs-on: ubuntu-latest
needs: [build_and_push_docker_image]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 90be047

Please sign in to comment.