Skip to content

Commit

Permalink
fix issue with end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpearce-digital committed Oct 2, 2023
1 parent bd55ad2 commit 3aade17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weblate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
name: PR Environment Deploy
if: always() &&
(needs.go_unit_tests.result == 'success' || needs.go_unit_tests.result == 'skipped') &&
(needs.docker_build_scan_push.result == 'success' || needs.docker_build_scan_push.result == 'skipped') &&
(needs.docker_build_scan_push.result == 'success' || needs.docker_build_scan_push.result == 'skipped')
needs: [
create_tags,
go_unit_tests,
Expand Down

0 comments on commit 3aade17

Please sign in to comment.