Skip to content

Commit

Permalink
Disable coverage job from running on every fork
Browse files Browse the repository at this point in the history
Signed-off-by: Sirisha Pratha <sirisha.pratha@bnymellon.com>
  • Loading branch information
prathasirisha committed Sep 10, 2020
1 parent be3f723 commit 84bfa03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
applications:
name: Coverage Report ${{ matrix.java-version }}
if: github.repository == 'eclipse/eclipse-collections'
strategy:
matrix:
os: [ubuntu-latest]
Expand Down

0 comments on commit 84bfa03

Please sign in to comment.