Skip to content

Commit 55dfebf

Browse files
committed
chore: fixes CI
1 parent 1c6a5b4 commit 55dfebf

File tree

23 files changed

+792
-1110
lines changed

23 files changed

+792
-1110
lines changed

.github/workflows/ci-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ env:
6161
jobs:
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

.github/workflows/ci-csharp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ env:
6666
jobs:
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:

.github/workflows/ci-docker.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
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:
@@ -35,7 +35,7 @@ on:
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:
@@ -57,7 +57,7 @@ env:
5757
jobs:
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:

.github/workflows/ci-elixir.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ env:
6868
jobs:
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

.github/workflows/ci-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ env:
7070
jobs:
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:

.github/workflows/ci-java.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ env:
6767
jobs:
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:

.github/workflows/ci-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ env:
7272
jobs:
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:

.github/workflows/ci-php.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ env:
6868
jobs:
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

.github/workflows/ci-python.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ env:
6969
jobs:
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:

.github/workflows/ci-ruby.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ env:
7272
jobs:
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:

0 commit comments

Comments
 (0)