diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:55:39 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:55:39 +0100 |
commit | 14eef0d26c0402094b04c390798250dfe573ed28 (patch) | |
tree | 21c714937a363f4646e3accfb10bcb43ab6da628 /.github/workflows/ci.yml | |
parent | workflows/ci: actualize runner OSes (diff) | |
download | winapi-utf8-14eef0d26c0402094b04c390798250dfe573ed28.tar.gz winapi-utf8-14eef0d26c0402094b04c390798250dfe573ed28.zip |
workflows/ci: disable scheduled runs
Diffstat (limited to '.github/workflows/ci.yml')
-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 b2ad9ae..0164b07 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: env: |