aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:33:39 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:33:39 +0100
commit742676386a1cf3edec255285a6c6791a52af23b3 (patch)
tree136e421d5d88bb59ca16bc933b96e4081c32fdc9 /.github/workflows/ci.yml
parentworkflows/ci: actualize runner OSes (diff)
downloadmath-server-742676386a1cf3edec255285a6c6791a52af23b3.tar.gz
math-server-742676386a1cf3edec255285a6c6791a52af23b3.zip
workflows/ci: disable scheduled runs
Diffstat (limited to '.github/workflows/ci.yml')
-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 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: