aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 01:31:46 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 01:31:46 +0100
commitaaf1706ffd1ebaabe058bec6b3966ac853b354fa (patch)
treefb958da77f1d387b5d6f3cab04d542a4c2d63a55
parentworkflows/ci: actualize runner OSes (diff)
downloadwinapi-debug-aaf1706ffd1ebaabe058bec6b3966ac853b354fa.tar.gz
winapi-debug-aaf1706ffd1ebaabe058bec6b3966ac853b354fa.zip
workflows/ci: disable scheduled runs
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 95bdd67..169d982 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,9 +3,6 @@ name: CI
on:
push:
pull_request:
- schedule:
- # Weekly, at 5:30 AM on Sunday (somewhat randomly chosen).
- - cron: '30 5 * * 0'
workflow_dispatch:
jobs: