Skip CI run for documentation changes

There is no need to run all our CI workflows if only documentation were
changed.
pull/238/head
Artem Gavrilov 3 months ago committed by Artem Gavrilov
parent 7240600642
commit 38961e0b98
  1. 2
      .github/workflows/codechecker.yml
  2. 4
      .github/workflows/coverage.yml
  3. 4
      .github/workflows/matrix.yml
  4. 2
      .github/workflows/pgindent.yml
  5. 4
      .github/workflows/sanitizers.yml
  6. 4
      .github/workflows/stormweaver.yml

@ -3,6 +3,8 @@ on:
push: push:
branches: branches:
- TDE_REL_17_STABLE - TDE_REL_17_STABLE
paths-ignore:
- contrib/pg_tde/documentation/**
env: env:
CC: clang CC: clang

@ -1,9 +1,13 @@
name: Code coverage name: Code coverage
on: on:
pull_request: pull_request:
paths-ignore:
- contrib/pg_tde/documentation/**
push: push:
branches: branches:
- TDE_REL_17_STABLE - TDE_REL_17_STABLE
paths-ignore:
- contrib/pg_tde/documentation/**
env: env:
PGCTLTIMEOUT: 120 # Avoid failures on slow recovery PGCTLTIMEOUT: 120 # Avoid failures on slow recovery

@ -1,10 +1,14 @@
name: Build and Test name: Build and Test
on: on:
pull_request: pull_request:
paths-ignore:
- contrib/pg_tde/documentation/**
push: push:
branches: branches:
- TDE_REL_17_STABLE - TDE_REL_17_STABLE
- release-[0-9]+.[0-9]+* - release-[0-9]+.[0-9]+*
paths-ignore:
- contrib/pg_tde/documentation/**
workflow_dispatch: workflow_dispatch:
jobs: jobs:

@ -1,6 +1,8 @@
name: Format name: Format
on: on:
pull_request: pull_request:
paths-ignore:
- contrib/pg_tde/documentation/**
workflow_dispatch: workflow_dispatch:
jobs: jobs:

@ -1,9 +1,13 @@
name: Sanitizers name: Sanitizers
on: on:
pull_request: pull_request:
paths-ignore:
- contrib/pg_tde/documentation/**
push: push:
branches: branches:
- TDE_REL_17_STABLE - TDE_REL_17_STABLE
paths-ignore:
- contrib/pg_tde/documentation/**
env: env:
CC: clang CC: clang

@ -1,10 +1,14 @@
name: Stormweaver name: Stormweaver
on: on:
pull_request: pull_request:
paths-ignore:
- contrib/pg_tde/documentation/**
push: push:
branches: branches:
- TDE_REL_17_STABLE - TDE_REL_17_STABLE
- release-[0-9]+.[0-9]+* - release-[0-9]+.[0-9]+*
paths-ignore:
- contrib/pg_tde/documentation/**
workflow_dispatch: workflow_dispatch:
jobs: jobs:

Loading…
Cancel
Save