mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Tune CI triggers (#444)
* Use commong CI triggers for all workflows * Tune CI triggers, fix version tag regex * Escape regex
This commit is contained in:
6
.github/workflows/code-coverage-test.yml
vendored
6
.github/workflows/code-coverage-test.yml
vendored
@@ -1,5 +1,9 @@
|
||||
name: code-coverage-test
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
3
.github/workflows/cppcheck.yml
vendored
3
.github/workflows/cppcheck.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: cppcheck-action-test
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/postgresql-11-build.yml
vendored
8
.github/workflows/postgresql-11-build.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: postgresql-11-build
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
name: postgresql-11-pgdg-package
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/postgresql-11-pmm.yaml
vendored
8
.github/workflows/postgresql-11-pmm.yaml
vendored
@@ -1,5 +1,11 @@
|
||||
name: postgresql-11-pmm-integration
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
name: postgresql-11-ppg-package
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/postgresql-12-build.yml
vendored
8
.github/workflows/postgresql-12-build.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: postgresql-12-build
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
name: postgresql-12-pgdg-package
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/postgresql-12-pmm.yaml
vendored
8
.github/workflows/postgresql-12-pmm.yaml
vendored
@@ -1,5 +1,11 @@
|
||||
name: postgresql-12-pmm-integration
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
name: postgresql-12-ppg-package
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/postgresql-13-build.yml
vendored
8
.github/workflows/postgresql-13-build.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: postgresql-13-build
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
name: postgresql-13-pgdg-package
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/postgresql-13-pmm.yaml
vendored
8
.github/workflows/postgresql-13-pmm.yaml
vendored
@@ -1,5 +1,11 @@
|
||||
name: postgresql-13-pmm-integration
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
name: postgresql-13-ppg-package
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/postgresql-14-build.yml
vendored
8
.github/workflows/postgresql-14-build.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: postgresql-14-build
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
name: postgresql-14-pgdg-package
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/postgresql-14-pmm.yaml
vendored
8
.github/workflows/postgresql-14-pmm.yaml
vendored
@@ -1,5 +1,11 @@
|
||||
name: postgresql-14-pmm-integration
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
name: postgresql-14-ppg-package
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/postgresql-15-build.yml
vendored
8
.github/workflows/postgresql-15-build.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: postgresql-15-build
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
name: postgresql-15-pgdg-package
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/postgresql-15-pmm.yaml
vendored
8
.github/workflows/postgresql-15-pmm.yaml
vendored
@@ -1,5 +1,11 @@
|
||||
name: postgresql-15-pmm-integration
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
name: postgresql-15-ppg-package
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
8
.github/workflows/postgresql-16-build.yml
vendored
8
.github/workflows/postgresql-16-build.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: postgresql-16-build
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
name: postgresql-16-pgdg-package
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
name: postgresql-16-ppg-package
|
||||
on: [push]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user