aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:08:07 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:08:07 +0100
commit074cf6146a2f3d795c1323629bc2778fdf7d6fe0 (patch)
treef08c19f9e035025e18f2b39bba7056717e7404cd /.github/workflows/ci.yml
parentworkflows/ci: fix artifact name (diff)
downloadprivilege-check-074cf6146a2f3d795c1323629bc2778fdf7d6fe0.tar.gz
privilege-check-074cf6146a2f3d795c1323629bc2778fdf7d6fe0.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 4c33072..3d91087 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: