From bb1487fc413f7af71355734335fbf50a3ccb6c14 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 2 Aug 2023 12:22:53 -0400 Subject: [PATCH] Drop monthly run of Rust workflow We already have the `cargo update` PR to ensure there's a monthly CI run. Removing the timer from the Rust job allows it to be enabled in forks for pre-PR testing without also running it periodically there. --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c6b909e..8a6ae52 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -3,8 +3,6 @@ name: Rust on: push: branches: [ main ] - schedule: - - cron: 0 0 1 * * pull_request: branches: [ main ]