10000 Do not run Codecov upload on forks · activeadmin/activeadmin@5d55838 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d55838

Browse files
committed
Do not run Codecov upload on forks
1 parent b651a0f commit 5d55838

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
upload_coverage:
8080
name: Upload Coverage
8181
runs-on: ubuntu-latest
82+
# Do not run on forks
83+
if: ${{ github.repository_owner == 'activeadmin' }}
8284
needs: [test]
8385
steps:
8486
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
0