diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a42825f1b16..82d55646cf9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,10 @@ on: branches: - master pull_request: + paths-ignore: + - 'doc/**' + - 'ide-config/**' + - '**.md' concurrency: # Only run once for latest commit per ref and cancel other (previous) runs. diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index fa4ddd4b552..1fdef8afea3 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -22,6 +22,10 @@ on: branches: - master pull_request: + paths-ignore: + - 'doc/**' + - 'ide-config/**' + - '**.md' schedule: - cron: '0 1 * * *' # Every day at 1 diff --git a/.github/workflows/gobuild.yml b/.github/workflows/gobuild.yml index 3a1d7b16b05..5a31f128c3a 100644 --- a/.github/workflows/gobuild.yml +++ b/.github/workflows/gobuild.yml @@ -21,6 +21,10 @@ on: branches: - master pull_request: + paths-ignore: + - 'doc/**' + - 'ide-config/**' + - '**.md' concurrency: # Only run once for latest commit per ref and cancel other (previous) runs. diff --git a/.github/workflows/javadocs.yml b/.github/workflows/javadocs.yml index e1c226868a8..1134422ef42 100644 --- a/.github/workflows/javadocs.yml +++ b/.github/workflows/javadocs.yml @@ -24,6 +24,10 @@ on: branches: - master pull_request: + paths-ignore: + - 'doc/**' + - 'ide-config/**' + - '**.md' concurrency: # Only run once for latest commit per ref and cancel other (previous) runs. diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 5b23d19c333..bf229a4b062 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -24,6 +24,10 @@ on: branches: - master pull_request: + paths-ignore: + - 'doc/**' + - 'ide-config/**' + - '**.md' concurrency: # Only run once for latest commit per ref and cancel other (previous) runs. diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 8cadebf358c..1cf561394b7 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -22,6 +22,10 @@ on: branches: - master pull_request: + paths-ignore: + - 'doc/**' + - 'ide-config/**' + - '**.md' concurrency: # Only run once for latest commit per ref and cancel other (previous) runs.