Skip to content

Commit

Permalink
Merge pull request #20169 from RomanPudashkin/420_ci_checks
Browse files Browse the repository at this point in the history
420_ci_checks
  • Loading branch information
RomanPudashkin committed Nov 24, 2023
2 parents 187676e + f25b3d4 commit 23f3925
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_codestyle.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 4.2.0

jobs:
codestyle:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_linux_mu4.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 4.2.0

schedule:
- cron: '0 3 */1 */1 *' # At 03:00 on every day-of-month for master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_macos_mu4.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 4.2.0

schedule:
- cron: '0 3 */1 */1 *' # At 03:00 on every day-of-month for master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_utests.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 4.2.0
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_vtests.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 4.2.0

jobs:
setup:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_windows_mu4.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 4.2.0

schedule:
- cron: '0 3 */1 */1 *' # At 03:00 on every day-of-month for master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_withoutqt.yml
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 4.2.0

jobs:
run_tests:
Expand Down

0 comments on commit 23f3925

Please sign in to comment.