diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:20:38 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:20:38 +0100 |
commit | 454eb310d24aa11b29f32a5c9670f2c74913467b (patch) | |
tree | 936687c0b9fca4e900d672b2c2ed9bfe6212d914 | |
parent | workflows/ci: linting (diff) | |
download | windows-env-454eb310d24aa11b29f32a5c9670f2c74913467b.tar.gz windows-env-454eb310d24aa11b29f32a5c9670f2c74913467b.zip |
workflows/ci: disable scheduled runs
Diffstat (limited to '')
-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 397b1f5..d821db7 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: |