diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-18 02:05:36 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-18 02:05:36 +0300 |
commit | c094f87d7e278142ab85a5142fb238182d5c8714 (patch) | |
tree | ad28be04a016b2ad16892ae90679aca6a5673550 /.github/workflows/boost_clang_windows.yml | |
parent | project.cmake: create the build dir if necessary (diff) | |
download | cmake-common-c094f87d7e278142ab85a5142fb238182d5c8714.tar.gz cmake-common-c094f87d7e278142ab85a5142fb238182d5c8714.zip |
workflows: mask the less interesting ones
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/boost_clang_windows.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/boost_clang_windows.yml b/.github/workflows/boost_clang_windows.yml index dff4925..d988269 100644 --- a/.github/workflows/boost_clang_windows.yml +++ b/.github/workflows/boost_clang_windows.yml @@ -8,11 +8,8 @@ name: Boost & Clang on Windows on: - push: - branches-ignore: - - travis - - appveyor - pull_request: + #push: + #pull_request: schedule: # Weekly, at 5:30 AM on Saturday (somewhat randomly chosen). - cron: '30 5 * * 6' |