From 4076603d5342583bd700691f74e2737c4773f7e1 Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Mon, 16 Oct 2023 10:06:53 -0600 Subject: [PATCH 1/5] adds keep alive step --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 077b258..969f14b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,10 @@ 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 + test: needs: prepare strategy: From 56efbfefe4fe855539cfb472ad23455f313d795a Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Mon, 16 Oct 2023 10:10:46 -0600 Subject: [PATCH 2/5] removes extra line --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 969f14b..11e580c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,8 +53,8 @@ jobs: path: dist/ retention-days: 1 # Prevent scheduled workflow from ever being paused - - name: Keepalive Workflow uses: gautamkrishnar/keepalive-workflow@1.1.0 + test: needs: prepare From 5fbe6ffc20778578b027abed65e029c2912b0624 Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Mon, 16 Oct 2023 10:14:09 -0600 Subject: [PATCH 3/5] update --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11e580c..ed9c68e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,8 +53,9 @@ jobs: path: dist/ retention-days: 1 # Prevent scheduled workflow from ever being paused + - name: Keepalive Workflow uses: gautamkrishnar/keepalive-workflow@1.1.0 - + test: needs: prepare From aafdc411ec0098dd153a624aafad7902037dc985 Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Mon, 16 Oct 2023 10:19:05 -0600 Subject: [PATCH 4/5] whitespace removal --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed9c68e..e1a5470 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,8 +55,8 @@ jobs: # Prevent scheduled workflow from ever being paused - name: Keepalive Workflow uses: gautamkrishnar/keepalive-workflow@1.1.0 - - + + test: needs: prepare strategy: From 83e4adb38e73a74482c385cde0a26f5191520ac5 Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Mon, 16 Oct 2023 10:31:02 -0600 Subject: [PATCH 5/5] configures workflow step for 44 days --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1a5470..4e97479 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,8 @@ jobs: # Prevent scheduled workflow from ever being paused - name: Keepalive Workflow uses: gautamkrishnar/keepalive-workflow@1.1.0 + with: + time_elapsed: 44 test: