Skip to content

Commit

Permalink
ci: fixed paths for external reused workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 committed Sep 20, 2024
1 parent a200a68 commit f20ee57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:
jobs:
cache_cleanup:
name: Clean up cache
uses: evva-sfw/.github/workflows/cache.yml@main
uses: evva-sfw/workflows/workflows/cache.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ permissions:
jobs:
semantic_pr-name:
name: semantic_pr-name
uses: evva-sfw/.github/workflows/semantic.yml@main
uses: evva-sfw/workflows/workflows/semantic.yml@main

0 comments on commit f20ee57

Please sign in to comment.