From 6358656953643dbd28473340d446c552bf8427e6 Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Sat, 20 Apr 2024 12:53:02 -0400 Subject: [PATCH] Revert "Add cron-keep-alive workflow" This reverts commit 2dd184270859391fc535d5384e6a9f91a41581c2. --- .github/workflows/cron-keep-alive.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/cron-keep-alive.yml diff --git a/.github/workflows/cron-keep-alive.yml b/.github/workflows/cron-keep-alive.yml deleted file mode 100644 index 61e4906..0000000 --- a/.github/workflows/cron-keep-alive.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: cron-keep-alive -on: - schedule: - - cron: "0 0 * * 1" - -jobs: - cron-keep-alive: - name: cron-keep-alive - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - run: git checkout -b cron-keep-alive - - uses: gautamkrishnar/keepalive-workflow@v1 - with: - commit_message: "Cron keep alive commit" - committer_username: "github-actions[bot]" - committer_email: "github-actions[bot]@users.noreply.github.com"