Skip to content

Commit

Permalink
Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
haru committed Sep 9, 2021
1 parent 72f6df1 commit b6fa0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build
run: bash -x ./build-scripts/build.sh
- name: Coveralls GitHub Action
if: ${{ matrix.redmine_version != 'master' && matrix.db == 'mysql' }}
if: ${{ matrix.redmine_version == 'master' && matrix.db == 'mysql' }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b6fa0aa

Please sign in to comment.