From bc3c8473324c7fd26a2ee64fb536def5d87a849f Mon Sep 17 00:00:00 2001 From: Chris H Date: Sat, 9 Nov 2024 18:18:23 -0500 Subject: [PATCH] Remove cron from double snapshots --- .github/workflows/snapshot-both-pc-android.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/snapshot-both-pc-android.yml b/.github/workflows/snapshot-both-pc-android.yml index 774e3be2d8f..46b2cf6ceb3 100644 --- a/.github/workflows/snapshot-both-pc-android.yml +++ b/.github/workflows/snapshot-both-pc-android.yml @@ -8,9 +8,6 @@ on: description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' required: false default: false - schedule: - # * is a special character in YAML so you have to quote this string - - cron: '30 18 * * *' jobs: build: