mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Merge pull request #237 from capri1989/PG-375
PG-375: only run code coverage test on merge
This commit is contained in:
9
.github/workflows/code-coverage-test.yml
vendored
9
.github/workflows/code-coverage-test.yml
vendored
@@ -1,8 +1,13 @@
|
||||
name: code-coverage-test
|
||||
on: ["push", "pull_request"]
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if_merged:
|
||||
if: github.event.pull_request.merged == true
|
||||
build:
|
||||
name: coverage-test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
2
.github/workflows/postgresql-14-build.yml
vendored
2
.github/workflows/postgresql-14-build.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: postgresql-14-build
|
||||
on: [push]
|
||||
on: ["push", "pull_request"]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user