From 9b0447bd0626db7cfd513a9eb52454629ae91230 Mon Sep 17 00:00:00 2001 From: Viet Huynh Date: Mon, 30 Oct 2023 17:52:37 +0700 Subject: [PATCH] use gautamkrishnar/keepalive-workflow to prevent workflow suspension --- auto_update_github_action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auto_update_github_action.yml b/auto_update_github_action.yml index 525549b..8223210 100644 --- a/auto_update_github_action.yml +++ b/auto_update_github_action.yml @@ -67,3 +67,6 @@ jobs: curl "${{ env.PING_URL }}" env: PING_URL: ${{ secrets.PING_URL }} + + - name: Keep workflow alive + uses: gautamkrishnar/keepalive-workflow@v1