Skip to content

Commit

Permalink
Cv2 4798 fix text job to fail on cancellation (#2193)
Browse files Browse the repository at this point in the history
* fix text-similarity-job

* [full ci]

* [full ci]

* [text similarity tests]

* [full ci]
  • Loading branch information
chinelo-obitube authored Nov 8, 2024
1 parent 4f8fc80 commit 7b61ff5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,9 @@ jobs:
runs-on:
labels: check-web
if: >
success() || failure() ||
success() ||
github.ref == 'refs/heads/develop' ||
github.ref == 'refs/heads/master' ||
contains(github.event.head_commit.message, '[full ci]') ||
contains(github.event.head_commit.message, '[text similarity tests]')
steps:
- name: Set permissions for _work directory
Expand Down

0 comments on commit 7b61ff5

Please sign in to comment.