Skip to content

Commit

Permalink
ci: remove dependency on 'lint' job
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 26, 2024
1 parent 49c1be8 commit db60d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

detect-environments:
runs-on: ubuntu-latest
needs: [test, lint]
needs: [test]
outputs:
environments: ${{ steps.environments.outputs.result }}
if: github.ref_name == 'main'
Expand Down

0 comments on commit db60d24

Please sign in to comment.