Skip to content

Commit

Permalink
Merge pull request #3484 from simonpasquier/skip-test-job-for-publish
Browse files Browse the repository at this point in the history
.circleci/config.yml: disable test job requirement on publish
  • Loading branch information
simonpasquier committed Aug 24, 2023
2 parents 2edd408 + 74cc817 commit c0a6992
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ workflows:
context: org-context
requires:
- test_frontend
- test
# don't make the test job a requirement because it fails constantly
# on release-0.25.
#- test
- build_all
docker_version: "20.10.18"
filters:
Expand Down

0 comments on commit c0a6992

Please sign in to comment.