diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 4569764..db5ff85 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -28,8 +28,9 @@ on: version: description: "Version to verify (default: the newest published)" required: false - schedule: - - cron: "41 7 * * 1" # Mondays, after the stress run + # Scheduled runs are disabled. Uncomment the block below to restore them. + # schedule: + # - cron: "41 7 * * 1" # Mondays, after the stress run permissions: contents: read diff --git a/.github/workflows/stress.yml b/.github/workflows/stress.yml index 6027864..1fbec1c 100644 --- a/.github/workflows/stress.yml +++ b/.github/workflows/stress.yml @@ -39,8 +39,9 @@ on: description: Full-suite iterations per OS, split across the shards required: false default: "100" - schedule: - - cron: "23 6 * * 1" # Mondays 06:23 UTC + # Scheduled runs are disabled. Uncomment the block below to restore them. + # schedule: + # - cron: "23 6 * * 1" # Mondays 06:23 UTC permissions: contents: read