Skip to content

Commit

Permalink
ci: always run both Linux and macOS builds
Browse files Browse the repository at this point in the history
PR quality checks require both builds, so we need to run them even
if there are no changes related to one or both systems.
  • Loading branch information
NickVolynkin authored and nkaskov committed Nov 7, 2023
1 parent 4e7b762 commit 59cffa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,7 @@ name: build-linux
on:
push:
branches: [ master ]
paths-ignore:
- '.github/workflows/*macos.yml'
- 'docs/**'
- '.clang-format'
- '.gitignore'
- 'README.md'
pull_request:
paths-ignore:
- '.github/workflows/*macos.yml'
- 'docs/**'
- '.clang-format'
- '.gitignore'
- 'README.md'

concurrency:
group: ${{
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,8 @@ name: build-macos
on:
push:
branches: [ master ]
paths-ignore:
- '.github/workflows/*linux.yml'
- 'docs/**'
- '.clang-format'
- '.gitignore'
- 'README.md'
pull_request:
paths-ignore:
- '.github/workflows/*linux.yml'
- 'docs/**'
- '.clang-format'
- '.gitignore'
- 'README.md'

concurrency:
group: ${{
( github.ref == 'refs/heads/master' &&
Expand Down

0 comments on commit 59cffa2

Please sign in to comment.