diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 01:11:32 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 01:11:32 +0100 |
commit | e6973c2b9f1dffa1cb9ba7c061712c9818b03027 (patch) | |
tree | 4a171d1025e63bef6b6d44e4a8f6737620caebed /.github/workflows/ci.yml | |
parent | fix formatting (diff) | |
download | winapi-common-e6973c2b9f1dffa1cb9ba7c061712c9818b03027.tar.gz winapi-common-e6973c2b9f1dffa1cb9ba7c061712c9818b03027.zip |
workflows/ci: disabled 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 893eea0..8377d73 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: |