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:
branches:
- TDE_REL_17_STABLE
paths-ignore:
- contrib/pg_tde/documentation/**
env:
CC: clang

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

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

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

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

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

Loading…
Cancel
Save