summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@dashbit.co>2020-01-30 17:07:32 +0100
committerGitHub <noreply@github.com>2020-01-30 17:07:32 +0100
commit9b4b1c97123a88715cf7c440c2055f2a3221a4cd (patch)
tree760c40c8803bf8427f714754fa3f1f8c5147a59f
parentea42a4077ce7af568ad58ade9006fc0eec091623 (diff)
downloadelixir-9b4b1c97123a88715cf7c440c2055f2a3221a4cd.tar.gz
Update ci_email.yml
-rw-r--r--.github/workflows/ci_email.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci_email.yml b/.github/workflows/ci_email.yml
index c901d4502..5f484ff54 100644
--- a/.github/workflows/ci_email.yml
+++ b/.github/workflows/ci_email.yml
@@ -7,7 +7,9 @@ jobs:
name: Send email
runs-on: ubuntu-latest
steps:
- - run: echo "CI conclusion: $SUITE_CONCLUSION" && false
+ - run: |
+ echo "CI conclusion: $SUITE_CONCLUSION" && false
+ if: |
+ github.event.check_suite.conclusion != 'neutral' && github.event.check_suite.conclusion != 'success'
env:
SUITE_CONCLUSION: ${{ github.event.check_suite.conclusion }}
- if: github.event.check_suite.conclusion != 'neutral' && github.event.check_suite.conclusion != 'success'