From d84068e460d4ff3f91280368c3c2f8b8dcd1d5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Tue, 30 Jan 2024 13:58:28 +0100 Subject: [PATCH] Run slow tests: v4 -> main (#13290) * Run slow tests: v4 -> main * Also update the branch in GPU tests --- .github/workflows/gputests.yml | 2 +- .github/workflows/slowtests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gputests.yml b/.github/workflows/gputests.yml index 66e0707e0..c6ea98f76 100644 --- a/.github/workflows/gputests.yml +++ b/.github/workflows/gputests.yml @@ -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: diff --git a/.github/workflows/slowtests.yml b/.github/workflows/slowtests.yml index f9fd3e817..4a4f08005 100644 --- a/.github/workflows/slowtests.yml +++ b/.github/workflows/slowtests.yml @@ -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: