Skip to content

Commit

Permalink
chore(actions): remove unneded needs
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jul 19, 2023
1 parent 7eca31b commit 07db7b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:

test:
name: Test
needs: [lint]
timeout-minutes: 10
runs-on: self-hosted

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:

test:
name: Test
needs: [lint]
timeout-minutes: 10
runs-on: self-hosted

Expand Down

0 comments on commit 07db7b5

Please sign in to comment.