mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 17:44:43 +03:00
prepare CI for merge queues (#4576)
This commit is contained in:
parent
ef57502854
commit
606248d2af
1
.github/workflows/all-checks-pass.yml
vendored
1
.github/workflows/all-checks-pass.yml
vendored
@ -2,6 +2,7 @@ name: All checks pass
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
merge_group:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
enforce-all-checks:
|
enforce-all-checks:
|
||||||
|
1
.github/workflows/codespell.yml
vendored
1
.github/workflows/codespell.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
merge_group:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
codespell:
|
codespell:
|
||||||
|
1
.github/workflows/elixir.yml
vendored
1
.github/workflows/elixir.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [master, stable]
|
branches: [master, stable]
|
||||||
|
merge_group:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
1
.github/workflows/node.yml
vendored
1
.github/workflows/node.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [master, stable]
|
branches: [master, stable]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
merge_group:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
Loading…
Reference in New Issue
Block a user