Skip to content

Commit a3c31e3

Browse files
committed
Remove keepalive action from build_loop.yml
- keepalive action moved to update.yml
1 parent 8ac0aab commit a3c31e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_loop.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ jobs:
6262

6363
- name: Show value of 'has_new_commits'
6464
run: echo ${{ steps.sync.outputs.has_new_commits }}
65-
66-
- uses: gautamkrishnar/keepalive-workflow@v1 # using the workflow with default settings
67-
with:
68-
time_elapsed: 27 # Time elapsed from the previous commit to trigger a new automated commit (in days)
69-
65+
7066
# Customize Loop: Download and apply patches
7167
- name: Customize Loop
7268
run: |

0 commit comments

Comments
 (0)