diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 077b258..4e97479 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,12 @@ jobs: name: python-distribution-files path: dist/ retention-days: 1 + # Prevent scheduled workflow from ever being paused + - name: Keepalive Workflow + uses: gautamkrishnar/keepalive-workflow@1.1.0 + with: + time_elapsed: 44 + test: needs: prepare