Skip to content

Commit

Permalink
.circleci/config.yml: disable test job requirement on publish
Browse files Browse the repository at this point in the history
The test job fails constantly on the release-0.25 branch. Skipping it to
be able to publish v0.25.1.

Signed-off-by: Simon Pasquier <[email protected]>
  • Loading branch information
simonpasquier committed Aug 24, 2023
1 parent 2edd408 commit 74cc817
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 74cc817

Please sign in to comment.