Skip to content

Commit

Permalink
***Reverted pipeline_definitions so that lint with sarif format is on…
Browse files Browse the repository at this point in the history
…ly executed in release job
  • Loading branch information
grolu committed Jan 17, 2025
1 parent 5f6245b commit 02fcbda
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ dashboard:
pull-request:
traits:
pull-request: ~
steps:
verify:
vars:
SARIF: 'yes'
release:
traits:
version:
Expand All @@ -75,5 +71,5 @@ dashboard:
steps:
verify:
vars:
SARIF: '"yes"'
SARIF: 'yes'

0 comments on commit 02fcbda

Please sign in to comment.