Skip to content

Commit

Permalink
[actions] Turn off coveralls as this project doesn't yet have in-line…
Browse files Browse the repository at this point in the history
… tests

just integration tests, need to figure that out still for coveralls so disable so this stops running for now.
  • Loading branch information
hazendaz committed Jan 3, 2021
1 parent ff95b2b commit f559ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on: [push, pull_request]

jobs:
build:
if: github.repository_owner == 'spotbugs'
if: github.repository_owner == 'spotbugs-OFF'
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f559ece

Please sign in to comment.