Skip to content

Commit 9ef3fb7

Browse files
committed
update echo to say keepalive is no longer available
1 parent 513aa51 commit 9ef3fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_LoopFollow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
# Keep repository "alive": add empty commits to ALIVE_BRANCH after "time_elapsed" days of inactivity to avoid inactivation of scheduled workflows
170170
- name: Keep alive
171171
run: |
172-
echo "Keep Alive is temporarily removed"
172+
echo "Keep Alive is no longer available"
173173
# if: |
174174
# needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' &&
175175
# (vars.SCHEDULED_BUILD != 'false' || vars.SCHEDULED_SYNC != 'false')

0 commit comments

Comments
 (0)