mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-07 22:56:40 +00:00
Revert "CI: temporarily enable for PRs to v6 branch" [skip ci]
This commit is contained in:
parent
dd01ee00cb
commit
01b62399af
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -2,7 +2,7 @@ name: Performance Regression Test
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, v6]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
benchmark:
|
benchmark:
|
||||||
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main, v6]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
2
.github/workflows/sop-test-suite.yml
vendored
2
.github/workflows/sop-test-suite.yml
vendored
@ -2,7 +2,7 @@ name: SOP interoperability test suite
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, v6 ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user