diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:33:39 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:33:39 +0100 |
commit | 742676386a1cf3edec255285a6c6791a52af23b3 (patch) | |
tree | 136e421d5d88bb59ca16bc933b96e4081c32fdc9 /.github/workflows | |
parent | workflows/ci: actualize runner OSes (diff) | |
download | math-server-742676386a1cf3edec255285a6c6791a52af23b3.tar.gz math-server-742676386a1cf3edec255285a6c6791a52af23b3.zip |
workflows/ci: disable scheduled runs
Diffstat (limited to '.github/workflows')
-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 4051fbd..09ff4a7 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: |