From 87d212a40adc32899e36f6e9b252ea2b79d91df7 Mon Sep 17 00:00:00 2001 From: Philippe Schommers Date: Thu, 4 Jul 2024 12:59:06 +0200 Subject: [PATCH] ci: add a keepalive workflow --- .github/workflows/keepalive.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/keepalive.yaml diff --git a/.github/workflows/keepalive.yaml b/.github/workflows/keepalive.yaml new file mode 100644 index 0000000..325b460 --- /dev/null +++ b/.github/workflows/keepalive.yaml @@ -0,0 +1,21 @@ +name: keepalive + +on: + schedule: + - cron: "0 0 * * *" + +permissions: + actions: write + +jobs: + keepalive: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Keepalive + uses: gautamkrishnar/keepalive-workflow@v2 + with: + workflow_files: "release.yaml" + time_elapsed: "0"