Skip to content

Commit

Permalink
chore: fix github workflows by removing non-existent job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Jan 28, 2021
1 parent 2cc4c90 commit 382b4d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
build:
name: Build Plugin Artifact
runs-on: ubuntu-latest
needs: tests


steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release:
name: New release
runs-on: ubuntu-latest
needs: tests

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 382b4d3

Please sign in to comment.