Skip to content

Commit

Permalink
update new naming and remove duplicate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pinnouse committed Jun 10, 2023
1 parent ed77be8 commit 8f1fa35
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 @@ -24,7 +24,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 8f1fa35

Please sign in to comment.