diff --git a/.github/workflows/ci-aqua-security-trivy-tests.yml b/.github/workflows/ci-aqua-security-trivy-tests.yml index d702bc1b6f6..8c13e028454 100644 --- a/.github/workflows/ci-aqua-security-trivy-tests.yml +++ b/.github/workflows/ci-aqua-security-trivy-tests.yml @@ -1,6 +1,24 @@ name: ci-aqua-security-trivy-tests on: push: + paths-ignore: + - '.github/CODEOWNERS' + - '.vscode/**' + - 'compose/**' + - 'contrib/systemd/**' + - 'licenses/**' + - 'paper/**' + - 'present/**' + - 'RFC/**' + - 'static/**' + - 'wiki/**' + - '**/**.dockerignore' + - '**/**.gitignore' + - '**/**.md' + - '**/**.png' + - '**/**.jpg' + - '**/**.gif' + - '**/**.ini' branches: - main - 'release/**' diff --git a/.github/workflows/ci-dgraph-code-coverage.yml b/.github/workflows/ci-dgraph-code-coverage.yml index bff26ece70f..8ab6da05273 100644 --- a/.github/workflows/ci-dgraph-code-coverage.yml +++ b/.github/workflows/ci-dgraph-code-coverage.yml @@ -1,6 +1,24 @@ name: ci-dgraph-code-coverage on: push: + paths-ignore: + - '.github/CODEOWNERS' + - '.vscode/**' + - 'compose/**' + - 'contrib/systemd/**' + - 'licenses/**' + - 'paper/**' + - 'present/**' + - 'RFC/**' + - 'static/**' + - 'wiki/**' + - '**/**.dockerignore' + - '**/**.gitignore' + - '**/**.md' + - '**/**.png' + - '**/**.jpg' + - '**/**.gif' + - '**/**.ini' branches: - main - 'release/**' diff --git a/.github/workflows/ci-dgraph-ldbc-tests.yml b/.github/workflows/ci-dgraph-ldbc-tests.yml index 23ecceb508f..2b9aba2b1a7 100644 --- a/.github/workflows/ci-dgraph-ldbc-tests.yml +++ b/.github/workflows/ci-dgraph-ldbc-tests.yml @@ -1,6 +1,24 @@ name: ci-dgraph-ldbc-tests on: push: + paths-ignore: + - '.github/CODEOWNERS' + - '.vscode/**' + - 'compose/**' + - 'contrib/systemd/**' + - 'licenses/**' + - 'paper/**' + - 'present/**' + - 'RFC/**' + - 'static/**' + - 'wiki/**' + - '**/**.dockerignore' + - '**/**.gitignore' + - '**/**.md' + - '**/**.png' + - '**/**.jpg' + - '**/**.gif' + - '**/**.ini' branches: - main - 'release/**' diff --git a/.github/workflows/ci-dgraph-load-tests.yml b/.github/workflows/ci-dgraph-load-tests.yml index 3d23f2ce6f0..3cc13ea9df4 100644 --- a/.github/workflows/ci-dgraph-load-tests.yml +++ b/.github/workflows/ci-dgraph-load-tests.yml @@ -1,6 +1,24 @@ name: ci-dgraph-load-tests on: push: + paths-ignore: + - '.github/CODEOWNERS' + - '.vscode/**' + - 'compose/**' + - 'contrib/systemd/**' + - 'licenses/**' + - 'paper/**' + - 'present/**' + - 'RFC/**' + - 'static/**' + - 'wiki/**' + - '**/**.dockerignore' + - '**/**.gitignore' + - '**/**.md' + - '**/**.png' + - '**/**.jpg' + - '**/**.gif' + - '**/**.ini' branches: - main - 'release/**' diff --git a/.github/workflows/ci-dgraph-tests-arm64.yml b/.github/workflows/ci-dgraph-tests-arm64.yml index 21e7dca78ff..a0539538593 100644 --- a/.github/workflows/ci-dgraph-tests-arm64.yml +++ b/.github/workflows/ci-dgraph-tests-arm64.yml @@ -1,6 +1,24 @@ name: ci-dgraph-tests-arm64 on: push: + paths-ignore: + - '.github/CODEOWNERS' + - '.vscode/**' + - 'compose/**' + - 'contrib/systemd/**' + - 'licenses/**' + - 'paper/**' + - 'present/**' + - 'RFC/**' + - 'static/**' + - 'wiki/**' + - '**/**.dockerignore' + - '**/**.gitignore' + - '**/**.md' + - '**/**.png' + - '**/**.jpg' + - '**/**.gif' + - '**/**.ini' branches: - main - 'release/**' diff --git a/.github/workflows/ci-dgraph-tests.yml b/.github/workflows/ci-dgraph-tests.yml index 20912a4dd4f..faca6ba01de 100644 --- a/.github/workflows/ci-dgraph-tests.yml +++ b/.github/workflows/ci-dgraph-tests.yml @@ -1,6 +1,24 @@ name: ci-dgraph-tests on: push: + paths-ignore: + - '.github/CODEOWNERS' + - '.vscode/**' + - 'compose/**' + - 'contrib/systemd/**' + - 'licenses/**' + - 'paper/**' + - 'present/**' + - 'RFC/**' + - 'static/**' + - 'wiki/**' + - '**/**.dockerignore' + - '**/**.gitignore' + - '**/**.md' + - '**/**.png' + - '**/**.jpg' + - '**/**.gif' + - '**/**.ini' branches: - main - 'release/**' diff --git a/.github/workflows/ci-golang-lint.yml b/.github/workflows/ci-golang-lint.yml index f0ce9808cd1..40c00a684e4 100644 --- a/.github/workflows/ci-golang-lint.yml +++ b/.github/workflows/ci-golang-lint.yml @@ -1,6 +1,24 @@ name: ci-golang-lint on: push: + paths-ignore: + - '.github/CODEOWNERS' + - '.vscode/**' + - 'compose/**' + - 'contrib/systemd/**' + - 'licenses/**' + - 'paper/**' + - 'present/**' + - 'RFC/**' + - 'static/**' + - 'wiki/**' + - '**/**.dockerignore' + - '**/**.gitignore' + - '**/**.md' + - '**/**.png' + - '**/**.jpg' + - '**/**.gif' + - '**/**.ini' branches: - main - 'release/**'