File tree Expand file tree Collapse file tree 23 files changed +792
-1110
lines changed
native/kreuzberg_rustler/src Expand file tree Collapse file tree 23 files changed +792
-1110
lines changed Original file line number Diff line number Diff line change 6161jobs :
6262 build-cli :
6363 name : CLI Build & Test (${{ matrix.os }})
64- if : ${{ github.actor != 'dependabot[bot]' }}
64+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
6565 timeout-minutes : 180
6666 strategy :
6767 fail-fast : true
Original file line number Diff line number Diff line change 6666jobs :
6767 build-csharp :
6868 name : C# Build + Smoke (${{ matrix.os }})
69- if : ${{ github.actor != 'dependabot[bot]' }}
69+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
7070 timeout-minutes : 180
7171 strategy :
7272 fail-fast : true
@@ -181,7 +181,7 @@ jobs:
181181
182182 test-csharp :
183183 name : C# Tests (${{ matrix.os }})
184- if : ${{ github.actor != 'dependabot[bot]' }}
184+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
185185 needs : build-csharp
186186 timeout-minutes : 180
187187 strategy :
Original file line number Diff line number Diff line change 1919 - ' Cargo.lock'
2020 - ' .cargo/config.toml'
2121 - ' scripts/ci/docker/**'
22- - ' scripts/test_docker*.sh '
22+ - ' scripts/ci/docker/ test_docker.py '
2323 pull_request :
2424 branches : [main]
2525 paths :
3535 - ' Cargo.lock'
3636 - ' .cargo/config.toml'
3737 - ' scripts/ci/docker/**'
38- - ' scripts/test_docker*.sh '
38+ - ' scripts/ci/docker/ test_docker.py '
3939 workflow_dispatch :
4040 inputs :
4141 skip_tests :
5757jobs :
5858 test-docker :
5959 name : Build and Test Docker Image (${{ matrix.variant }})
60- if : ${{ github.actor != 'dependabot[bot]' }}
60+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
6161 runs-on : ubuntu-latest
6262 timeout-minutes : 180
6363 permissions :
@@ -168,7 +168,7 @@ jobs:
168168
169169 test-docker-cli :
170170 name : Build and Test Docker CLI Image
171- if : ${{ github.actor != 'dependabot[bot]' }}
171+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
172172 runs-on : ubuntu-latest
173173 timeout-minutes : 180
174174 permissions :
Original file line number Diff line number Diff line change 6868jobs :
6969 build-and-test :
7070 name : Elixir Build and Test (${{ matrix.os }})
71- if : ${{ github.actor != 'dependabot[bot]' }}
71+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
7272 timeout-minutes : 180
7373 strategy :
7474 fail-fast : false
Original file line number Diff line number Diff line change 7070jobs :
7171 build-go :
7272 name : Go Bindings (${{ matrix.os }})
73- if : ${{ github.actor != 'dependabot[bot]' }}
73+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
7474 timeout-minutes : 180
7575 strategy :
7676 fail-fast : true
@@ -324,7 +324,7 @@ jobs:
324324
325325 test-go :
326326 name : Go Tests (${{ matrix.os }})
327- if : ${{ github.actor != 'dependabot[bot]' }}
327+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
328328 needs : build-go
329329 timeout-minutes : 180
330330 strategy :
Original file line number Diff line number Diff line change 6767jobs :
6868 build-java :
6969 name : Java Bindings (${{ matrix.os }})
70- if : ${{ github.actor != 'dependabot[bot]' }}
70+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
7171 timeout-minutes : 180
7272 strategy :
7373 fail-fast : true
@@ -202,7 +202,7 @@ jobs:
202202
203203 test-java :
204204 name : Java Tests (${{ matrix.os }})
205- if : ${{ github.actor != 'dependabot[bot]' }}
205+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
206206 needs : build-java
207207 timeout-minutes : 180
208208 strategy :
Original file line number Diff line number Diff line change 7272jobs :
7373 build-and-smoke-node :
7474 name : Node Build + Smoke (${{ matrix.target }})
75- if : ${{ github.actor != 'dependabot[bot]' }}
75+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
7676 timeout-minutes : ${{ matrix.os == 'windows-latest' && 360 || 180 }}
7777 # Serialize matrix jobs to prevent concurrent cache API writes that trigger rate limits
7878 concurrency :
@@ -248,7 +248,7 @@ jobs:
248248
249249 test-typescript :
250250 name : TypeScript Tests (${{ matrix.os }}, ${{ matrix.runtime }})
251- if : ${{ github.actor != 'dependabot[bot]' }}
251+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
252252 needs : build-and-smoke-node
253253 timeout-minutes : ${{ matrix.os == 'windows-latest' && 360 || 180 }}
254254 strategy :
Original file line number Diff line number Diff line change 6868jobs :
6969 build-php-extension :
7070 name : PHP Build (${{ matrix.os }})
71- if : ${{ github.actor != 'dependabot[bot]' }}
71+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
7272 timeout-minutes : 180
7373 strategy :
7474 fail-fast : true
@@ -119,7 +119,7 @@ jobs:
119119 - name : Setup PHP
120120 uses : shivammathur/setup-php@v2
121121 with :
122- php-version : " 8.2 "
122+ php-version : " 8.3 "
123123 extensions : ffi
124124 tools : composer
125125
@@ -208,7 +208,7 @@ jobs:
208208
209209 test-php :
210210 name : PHP Tests (${{ matrix.os }})
211- if : ${{ github.actor != 'dependabot[bot]' }}
211+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
212212 needs : build-php-extension
213213 timeout-minutes : 180
214214 strategy :
@@ -248,7 +248,7 @@ jobs:
248248 - name : Setup PHP
249249 uses : shivammathur/setup-php@v2
250250 with :
251- php-version : " 8.2 "
251+ php-version : " 8.3 "
252252 extensions : ffi
253253 tools : composer
254254
Original file line number Diff line number Diff line change 6969jobs :
7070 build-and-smoke-python :
7171 name : Python Build + Smoke (${{ matrix.target }})
72- if : ${{ github.actor != 'dependabot[bot]' }}
72+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
7373 timeout-minutes : 180
7474 strategy :
7575 fail-fast : true
@@ -210,7 +210,7 @@ jobs:
210210
211211 build-python-sdist :
212212 name : Python Sdist
213- if : ${{ github.actor != 'dependabot[bot]' }}
213+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
214214 timeout-minutes : 180
215215 runs-on : ubuntu-latest
216216 steps :
@@ -245,7 +245,7 @@ jobs:
245245
246246 test-python :
247247 name : Python Tests (${{ matrix.os }})
248- if : ${{ github.actor != 'dependabot[bot]' }}
248+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
249249 needs : build-and-smoke-python
250250 timeout-minutes : 180
251251 strategy :
Original file line number Diff line number Diff line change 7272jobs :
7373 build-ruby-gem :
7474 name : Ruby Gem (${{ matrix.os }})
75- if : ${{ github.actor != 'dependabot[bot]' }}
75+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
7676 timeout-minutes : 180
7777 strategy :
7878 fail-fast : true
@@ -497,7 +497,7 @@ jobs:
497497
498498 test-ruby :
499499 name : Ruby Tests (${{ matrix.os }})
500- if : ${{ github.actor != 'dependabot[bot]' }}
500+ if : github.repository == 'kreuzberg-dev/kreuzberg' && github.actor != 'dependabot[bot]'
501501 needs : build-ruby-gem
502502 timeout-minutes : 180
503503 strategy :
You can’t perform that action at this time.
0 commit comments