+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ jobs:
78
78
79
79
test-cloud:
80
80
name: Test Cloud
81
-
if: github.event.repository.fork != true
81
+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
82
82
runs-on: ubuntu-latest
83
83
permissions:
84
84
id-token: write
@@ -111,7 +111,7 @@ jobs:
111
111
112
112
test-python-e2e:
113
113
name: Python E2E Tests
114
-
if: github.event.repository.fork != true
114
+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
115
115
runs-on: ubuntu-latest
116
116
permissions:
117
117
id-token: write
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4