Skip to content

Commit

Permalink
Fix conditional in circleci config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benchislett committed Jun 24, 2021
1 parent 9916520 commit 32d96a5
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 @@ -277,8 +277,10 @@ jobs:
steps:
- report:
unix-like: << parameters.unix-like >>
- slack-status:
- when:
condition: << parameters.unix-like >>
steps:
- slack-status
deploy:
executor: linux
environment:
Expand Down

0 comments on commit 32d96a5

Please sign in to comment.