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 a19e166 commit eee4ba2Copy full SHA for eee4ba2
.github/workflows/test.yml
@@ -12,6 +12,7 @@ on:
12
jobs:
13
test-service-container-build:
14
name: Build and Test PowerSync Service
15
+ if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
@@ -34,6 +35,7 @@ jobs:
34
35
36
run-core-tests:
37
name: Core Test
38
39
40
41
0 commit comments