Skip to content

Commit

Permalink
update circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
atancoder committed Dec 6, 2023
1 parent e942d0f commit 5941a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
command: |
conda run -n abc-env pytest
- slack/notify:
branch_pattern: dev,master
branch_pattern: dev,main
channel: abc_circleci
event: fail
ignore_errors: true
template: basic_fail_1
- slack/notify:
branch_pattern: dev,master
branch_pattern: dev,main
channel: abc_circleci
event: pass
ignore_errors: true
Expand Down

0 comments on commit 5941a8c

Please sign in to comment.