Skip to content

Commit f2dd1bf

Browse files
committed
remove keepalive workflow
1 parent fa8e769 commit f2dd1bf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test_cloudpods.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ jobs:
117117
- name: Show LocalStack Logs
118118
if: always()
119119
run: |
120-
echo "::error::Tests failed. Dumping LocalStack logs:"
121120
localstack logs
122121
123122
- name: Send a Slack notification
@@ -147,7 +146,4 @@ jobs:
147146

148147
- name: Prevent Workflow from becoming Stale
149148
if: always() && github.ref == 'refs/heads/main'
150-
uses: gautamkrishnar/keepalive-workflow@v1
151-
with:
152-
commit_message: "[skip ci] Automated commit by Keepalive Workflow to keep the repository active"
153-
gh_token: ${{ secrets.GITHUB_TOKEN }}
149+
uses: liskin/gh-workflow-keepalive@v1

0 commit comments

Comments
 (0)