We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029ebe2 commit 6410bf6Copy full SHA for 6410bf6
.github/workflows/build.yml
@@ -67,6 +67,7 @@ jobs:
67
env:
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
run: rebar3 do cover, coveralls send
70
+ if: matrix.otp-version == '27'
71
# - name: Produce Documentation
72
# run: rebar3 edoc
73
# if: ${{ matrix.otp-version == '24' }}
0 commit comments