Skip to content

Commit

Permalink
ci: fix workflow name for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed May 6, 2024
1 parent ee7b20f commit 524329d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
name: Run Tests
needs:
- lint
uses: ./.github/workflows/test.yaml
uses: ./.github/workflows/tests.yaml
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
tests:
name: Run Tests
uses: ./.github/workflows/test.yaml
uses: ./.github/workflows/tests.yaml

publish-charm:
name: Publish Charm
Expand Down

0 comments on commit 524329d

Please sign in to comment.