diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 01:31:46 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 01:31:46 +0100 |
commit | aaf1706ffd1ebaabe058bec6b3966ac853b354fa (patch) | |
tree | fb958da77f1d387b5d6f3cab04d542a4c2d63a55 /.github | |
parent | workflows/ci: actualize runner OSes (diff) | |
download | winapi-debug-aaf1706ffd1ebaabe058bec6b3966ac853b354fa.tar.gz winapi-debug-aaf1706ffd1ebaabe058bec6b3966ac853b354fa.zip |
workflows/ci: disable scheduled runs
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
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: |