Skip to content

Commit

Permalink
fix: remove lint step from publish step requirements (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediremi committed Jan 13, 2022
1 parent a3b3bf6 commit a04f8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

publish:
runs-on: ubuntu-latest
needs: [build, lint, test]
needs: [build, test]
if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]'"
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a04f8f7

Please sign in to comment.