Skip to content

Commit

Permalink
Stop running test flow on PR merge and improve sanity job name
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcio committed Nov 7, 2023
1 parent f6e0728 commit 30011af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: cargo sort --check --workspace

unused_dependencies:
name: Check for unused dependencies
name: Unused dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
pull_request:
branches:
- master
types: [opened, synchronize, reopened, closed]
types: [opened, synchronize, reopened]

env:
CRATE_NAME: iggy
Expand Down

0 comments on commit 30011af

Please sign in to comment.