This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-fast-pbkdf2.git

commit e053071fa0a4ddc6d3dbbbb0a6259a28796e5f0b
Author: Nelson Vides <[email protected]>
AuthorDate: Tue Mar 9 21:58:29 2021 +0100

    Run extra jobs only on one OTP version
---
 .github/workflows/ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f889e3a..a1b49db 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,12 @@ jobs:
       - run: make deps
       - run: make test
       - run: make dialyzer
+        if: ${{ matrix.otp == '23.2' }}
       - run: make codecov
+        if: ${{ matrix.otp == '23.2' }}
       - run: make gcov
+        if: ${{ matrix.otp == '23.2' }}
       - run: pip install --user codecov
+        if: ${{ matrix.otp == '23.2' }}
       - run: /home/runner/.local/bin/codecov
+        if: ${{ matrix.otp == '23.2' }}

Reply via email to