Revert "CI: temporarily enable for PRs to v6 branch" [skip ci]

This commit is contained in:
larabr 2024-11-05 12:56:39 +01:00
parent dd01ee00cb
commit 01b62399af
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ name: Performance Regression Test
on:
pull_request:
branches: [main, v6]
branches: [main]
jobs:
benchmark:

View File

@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main, v6]
branches: [main]
jobs:
lint:

View File

@ -2,7 +2,7 @@ name: SOP interoperability test suite
on:
pull_request:
branches: [ main, v6 ]
branches: [ main ]
jobs:

View File

@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main, v6]
branches: [main]
jobs:
build: # cache both dist and tests (non-lightweight only), based on commit hash