Skip to content

Commit

Permalink
Adjust GitHub Actions after repositary renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
mvshao committed Jan 9, 2025
1 parent 8334385 commit cd90937
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_snatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
needs: setup
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main
with:
name: snatch
name: kim-snatch
dockerfile: Dockerfile
context: .
tags: |
Expand All @@ -69,7 +69,7 @@ jobs:
- name: "Generate summary"
run: |
{
echo '# Snatch'
echo '# kim-snatch'
# if build-image was successful
if [ "${{ needs.build-image.result }}" == "success" ]; then
printf '\n\n## Image\n'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-markdown-link-check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Documentation
name: Documentation-CRON
run-name: ${{github.event.pull_request.title}}
on:
schedule:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: success() || failure()
run: |
{
echo '## Snatch controller-tests log'
echo '## kim-snatch controller-tests log'
echo "<details>"
echo "<summary>click to expand logs</summary>"
printf '\n```\n'
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
if: success() || failure()
run: |
{
echo '## Snatch e2e-tests log'
echo '## kim-snatch e2e-tests log'
echo "<details>"
echo "<summary>click to expand logs</summary>"
printf '\n```\n'
Expand Down

0 comments on commit cd90937

Please sign in to comment.