Skip to content

Commit 675931a

Browse files
committed
ci: add if back
1 parent 31200fb commit 675931a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818

1919
jobs:
2020
test:
21+
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.base.repo.full_name == github.repository) }}
2122
runs-on: ubuntu-22.04
2223
services:
2324
mssql:
@@ -67,6 +68,7 @@ jobs:
6768
COVERALLS_PARALLEL: true
6869

6970
coveralls:
71+
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.base.repo.full_name == github.repository) }}
7072
name: Finish Coveralls
7173
needs: test
7274
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)