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: on:
pull_request: pull_request:
branches: [main, v6] branches: [main]
jobs: jobs:
benchmark: benchmark:

View File

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

View File

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

View File

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