diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-01 23:58:41 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:23:16 +0100 |
commit | fc7d11fdc76bc43561f8ba2412cd23e5fa74c0bd (patch) | |
tree | d61cb745d2af9cc7aab6f9e102bf10663fb74ca5 | |
parent | workflows/ci: upgrade actions (diff) | |
download | jekyll-docker-fc7d11fdc76bc43561f8ba2412cd23e5fa74c0bd.tar.gz jekyll-docker-fc7d11fdc76bc43561f8ba2412cd23e5fa74c0bd.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 80334e8..7a3a301 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 Saturday (somewhat randomly chosen). - - cron: '30 5 * * 6' workflow_dispatch: env: |