diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:08:07 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:08:07 +0100 |
commit | 074cf6146a2f3d795c1323629bc2778fdf7d6fe0 (patch) | |
tree | f08c19f9e035025e18f2b39bba7056717e7404cd | |
parent | workflows/ci: fix artifact name (diff) | |
download | privilege-check-074cf6146a2f3d795c1323629bc2778fdf7d6fe0.tar.gz privilege-check-074cf6146a2f3d795c1323629bc2778fdf7d6fe0.zip |
workflows/ci: disable scheduled runs
-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 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: |