diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/boost_clang_windows.yml | 7 | ||||
-rw-r--r-- | .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' |