diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:28:59 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:28:59 +0100 |
commit | 192feb6a86068cff7acbc59f5eba498e1738095b (patch) | |
tree | 06db3b4e9cbd2c364cd69f3b8105f0d2937ac63f /.github/workflows/ci.yml | |
parent | workflows/ci: actualize runner OSes (diff) | |
download | aes-tools-192feb6a86068cff7acbc59f5eba498e1738095b.tar.gz aes-tools-192feb6a86068cff7acbc59f5eba498e1738095b.zip |
workflows/ci: disable scheduled runs
Diffstat (limited to '.github/workflows/ci.yml')
-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 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: |