We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8e769 commit f2dd1bfCopy full SHA for f2dd1bf
.github/workflows/test_cloudpods.yml
@@ -117,7 +117,6 @@ jobs:
117
- name: Show LocalStack Logs
118
if: always()
119
run: |
120
- echo "::error::Tests failed. Dumping LocalStack logs:"
121
localstack logs
122
123
- name: Send a Slack notification
@@ -147,7 +146,4 @@ jobs:
147
146
148
- name: Prevent Workflow from becoming Stale
149
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 }}
+ uses: liskin/gh-workflow-keepalive@v1
0 commit comments