aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:28:59 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:28:59 +0100
commit192feb6a86068cff7acbc59f5eba498e1738095b (patch)
tree06db3b4e9cbd2c364cd69f3b8105f0d2937ac63f
parentworkflows/ci: actualize runner OSes (diff)
downloadaes-tools-192feb6a86068cff7acbc59f5eba498e1738095b.tar.gz
aes-tools-192feb6a86068cff7acbc59f5eba498e1738095b.zip
workflows/ci: disable scheduled runs
-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 0717430..5a03813 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: