summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codestyle.yml4
-rw-r--r--.github/workflows/core-build-pch.yml5
-rw-r--r--.github/workflows/core_modules_build.yml4
-rw-r--r--.github/workflows/docker_build.yml2
-rw-r--r--.github/workflows/macos_build.yml4
-rw-r--r--.github/workflows/sql-codestyle.yml4
-rw-r--r--.github/workflows/tools_build.yml2
-rw-r--r--.github/workflows/windows_build.yml4
8 files changed, 22 insertions, 7 deletions
diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml
index 1380bc6835..2e81711af0 100644
--- a/.github/workflows/codestyle.yml
+++ b/.github/workflows/codestyle.yml
@@ -1,6 +1,10 @@
name: Codestyle
on:
pull_request:
+ types:
+ - opened
+ - reopened
+ - synchronize
paths:
- src/**
- "!README.md"
diff --git a/.github/workflows/core-build-pch.yml b/.github/workflows/core-build-pch.yml
index 4da23908a1..f6c989346d 100644
--- a/.github/workflows/core-build-pch.yml
+++ b/.github/workflows/core-build-pch.yml
@@ -4,7 +4,10 @@ on:
branches:
- 'master'
pull_request:
- types: ['opened', 'synchronize', 'reopened']
+ types:
+ - opened
+ - reopened
+ - synchronize
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
diff --git a/.github/workflows/core_modules_build.yml b/.github/workflows/core_modules_build.yml
index 440225a08d..e67614ebe5 100644
--- a/.github/workflows/core_modules_build.yml
+++ b/.github/workflows/core_modules_build.yml
@@ -4,6 +4,10 @@ on:
branches:
- 'master'
pull_request:
+ types:
+ - opened
+ - reopened
+ - synchronize
paths:
- 'src/*'
- 'src/common/**/*'
diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml
index 141d340365..1b8c87660d 100644
--- a/.github/workflows/docker_build.yml
+++ b/.github/workflows/docker_build.yml
@@ -6,9 +6,7 @@ on:
pull_request:
types:
- labeled
- - opened
- synchronize
- - reopened
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml
index 9e0d1090a6..039cc53153 100644
--- a/.github/workflows/macos_build.yml
+++ b/.github/workflows/macos_build.yml
@@ -4,7 +4,9 @@ on:
branches:
- 'master'
pull_request:
- types: ['labeled', 'opened', 'synchronize', 'reopened']
+ types:
+ - labeled
+ - synchronize
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
diff --git a/.github/workflows/sql-codestyle.yml b/.github/workflows/sql-codestyle.yml
index fa2c64292d..f60b95cd7c 100644
--- a/.github/workflows/sql-codestyle.yml
+++ b/.github/workflows/sql-codestyle.yml
@@ -1,6 +1,10 @@
name: Codestyle
on:
pull_request:
+ types:
+ - opened
+ - reopened
+ - synchronize
paths:
- data/**
- "!README.md"
diff --git a/.github/workflows/tools_build.yml b/.github/workflows/tools_build.yml
index 875a99417c..09a8d68c1c 100644
--- a/.github/workflows/tools_build.yml
+++ b/.github/workflows/tools_build.yml
@@ -6,8 +6,6 @@ on:
pull_request:
types:
- labeled
- - opened
- - reopened
- synchronize
concurrency:
diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml
index ac492a77af..aa87007781 100644
--- a/.github/workflows/windows_build.yml
+++ b/.github/workflows/windows_build.yml
@@ -4,7 +4,9 @@ on:
branches:
- 'master'
pull_request:
- types: ['labeled', 'opened', 'synchronize', 'reopened']
+ types:
+ - labeled
+ - synchronize
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})