Skip to content

Commit

Permalink
Disable analyze step in pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kamdubiel committed Feb 4, 2025
1 parent 1dab563 commit 91555b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
name: 'Run'
uses: infinum/js-pipeline/.github/workflows/pipeline.yml@main
with:
ci_steps: 'lint test analyze'
ci_steps: 'lint test'
workflow: '.github/workflows/pr.yml'
environment: 'staging'

0 comments on commit 91555b8

Please sign in to comment.