Skip to content

Commit

Permalink
Merge af8fece into eed3fc0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaroclapp committed Jan 5, 2021
2 parents eed3fc0 + af8fece commit 3b10e04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
@@ -1,5 +1,6 @@
name: Continuous integration
on:
- pull_request
- push
jobs:
build:
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
with:
arguments: jacocoTestReport coverallsJacoco
if: runner.os == 'Linux' && matrix.java == '8'
if: runner.os == 'Linux' && matrix.java == '8' && github.repository == 'uber/NullAway'
- name: Check that Git tree is clean after build and test
run: ./.buildscript/check_git_clean.sh
publish_snapshot:
Expand Down

0 comments on commit 3b10e04

Please sign in to comment.