Skip to content

Commit

Permalink
Run slow tests: v4 -> main (#13290)
Browse files Browse the repository at this point in the history
* Run slow tests: v4 -> main

* Also update the branch in GPU tests
  • Loading branch information
danieldk committed Jan 30, 2024
1 parent 89a43f3 commit d84068e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gputests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slowtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d84068e

Please sign in to comment.