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 f1be29e commit ad5a679Copy full SHA for ad5a679
.github/workflows/commit-validation.yml
@@ -11,6 +11,7 @@ on:
11
12
jobs:
13
formatting:
14
+ if: ${{ (github.event_name != 'pull_request') || (github.event.pull_request.head.repo.fork) }}
15
runs-on: ubuntu-latest
16
17
steps:
@@ -25,6 +26,7 @@ jobs:
25
26
- run: npm run format:ci
27
28
build:
29
30
31
32
@@ -62,6 +64,7 @@ jobs:
62
64
63
65
# Run with most databases possible to provide the coverage of the tests
66
coverage:
67
68
69
needs: [tests-linux, tests-windows]
70
0 commit comments