mirror of
https://github.com/boostorg/nowide.git
synced 2026-02-13 12:32:19 +00:00
Disable Boost CMake build on master in GHA
This commit is contained in:
2
.github/workflows/ci_tests.yml
vendored
2
.github/workflows/ci_tests.yml
vendored
@@ -103,6 +103,8 @@ jobs:
|
||||
|
||||
BoostCMakeBuild:
|
||||
runs-on: ubuntu-16.04
|
||||
# Doesn't work on master yet
|
||||
if: "! endsWith(github.ref, '/master') && ! endsWith(github.base_ref, '/master')"
|
||||
steps:
|
||||
- name: Get Boost branch
|
||||
id: get_branch
|
||||
|
||||
Reference in New Issue
Block a user