We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31200fb commit 675931aCopy full SHA for 675931a
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ env:
18
19
jobs:
20
test:
21
+ if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.base.repo.full_name == github.repository) }}
22
runs-on: ubuntu-22.04
23
services:
24
mssql:
@@ -67,6 +68,7 @@ jobs:
67
68
COVERALLS_PARALLEL: true
69
70
coveralls:
71
72
name: Finish Coveralls
73
needs: test
74
0 commit comments