Run slow tests: v4 -> main (#13290)

* Run slow tests: v4 -> main

* Also update the branch in GPU tests
This commit is contained in:
Daniël de Kok 2024-01-30 13:58:28 +01:00 committed by GitHub
parent 89a43f39b7
commit d84068e460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [master, v4]
branch: [master, main]
if: github.repository_owner == 'explosion'
runs-on: ubuntu-latest
steps:

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [master, v4]
branch: [master, main]
if: github.repository_owner == 'explosion'
runs-on: ubuntu-latest
steps: