From f1cc70e9f1d283d9ddc7b28015f2ffdc861a3254 Mon Sep 17 00:00:00 2001 From: sramakr Date: Thu, 30 Mar 2023 10:57:33 -0400 Subject: [PATCH] Delete cron.yml Signed-off-by: sramakr --- .github/workflows/cron.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/cron.yml diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml deleted file mode 100644 index 3164fd138e..0000000000 --- a/.github/workflows/cron.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Cron -on: - workflow_dispatch: - schedule: - - cron: '*/5 * * * *' - -jobs: - cron: - runs-on: ubuntu-latest - steps: - - uses: backstage/actions/cron@v0.6.3 - with: - app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }} - private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }} - installation-id: ${{ secrets.BACKSTAGE_GOALIE_INSTALLATION_ID }}