Skip to content

Commit

Permalink
Merge pull request #162 from Lodestone-Team/update-workflows
Browse files Browse the repository at this point in the history
update new naming and remove duplicate workflow
  • Loading branch information
pinnouse authored Jun 10, 2023
2 parents 1b9bdb3 + 8f1fa35 commit 49c2a66
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 31 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/clippy-check.yml

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
secrets: inherit

build:
uses: ./.github/workflows/client.yml
uses: ./.github/workflows/core.yml
needs: [clippy_check, cargo_test]
secrets: inherit
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
secrets: inherit

build:
uses: ./.github/workflows/client.yml
uses: ./.github/workflows/core.yml
needs: [clippy_check, cargo_test]
secrets: inherit
with:
Expand Down

0 comments on commit 49c2a66

Please sign in to comment.