From c094f87d7e278142ab85a5142fb238182d5c8714 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 18 Jan 2021 02:05:36 +0300 Subject: workflows: mask the less interesting ones --- .github/workflows/boost_clang_windows.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.github/workflows/boost_clang_windows.yml') 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' -- cgit v1.2.3