Skip to content

Commit 9961560

Browse files
committed
remove keepalive workflow
1 parent fa8e769 commit 9961560

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test_cloudpods.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ jobs:
113113
AWS_SECRET_ACCESS_KEY: test
114114
run: |
115115
pytest tests
116+
awslocal s3 ls s3://localstack-thumbnails-app-resized
116117
117118
- name: Show LocalStack Logs
118119
if: always()
119120
run: |
120-
echo "::error::Tests failed. Dumping LocalStack logs:"
121121
localstack logs
122122
123123
- name: Send a Slack notification
@@ -147,7 +147,4 @@ jobs:
147147

148148
- name: Prevent Workflow from becoming Stale
149149
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 }}
150+
uses: liskin/gh-workflow-keepalive@v1

0 commit comments

Comments
 (0)