Skip to content

Commit

Permalink
fix: remove generate_and_upload_source_maps from push-to-registry needs
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault committed Oct 15, 2024
1 parent 5e0f1f9 commit aa45562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ jobs:

push_to_registry:
name: Push to registry
needs: [ version, unit_test_backend, unit_test_frontend, e2e_test, generate_and_upload_source_maps ]
needs: [ version, unit_test_backend, unit_test_frontend, e2e_test ]
# needs: [version, e2e_test, e2e_multi_windows_test, unit_test_frontend, e2e_test]
runs-on: ubuntu-22.04
if: startsWith(github.ref, 'refs/heads/dependabot') == false
Expand Down

0 comments on commit aa45562

Please sign in to comment.