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 ++----- .github/workflows/cygwin_static_libstdc++.yml | 7 ++----- 2 files changed, 4 insertions(+), 10 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' diff --git a/.github/workflows/cygwin_static_libstdc++.yml b/.github/workflows/cygwin_static_libstdc++.yml index 64e073b..8964595 100644 --- a/.github/workflows/cygwin_static_libstdc++.yml +++ b/.github/workflows/cygwin_static_libstdc++.yml @@ -8,11 +8,8 @@ name: Cygwin & -static-libstdc++ 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