Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 13, 2024
1 parent ecb9044 commit 79a327c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
generate_sarif_report:
environment: release
runs-on: ubuntu-latest
# needs: [release_please]
needs: [release_please]
permissions:
# required for all workflows
security-events: write
Expand Down Expand Up @@ -138,5 +138,4 @@ jobs:
version: ${{ steps.get_version.outputs.package_version }}
product_name: mongodb-client-encryption
file: sarif-report.json
# dry_run: ${{ needs.release_please.outputs.release_created == '' }}
dry_run: false
dry_run: ${{ needs.release_please.outputs.release_created == '' }}

0 comments on commit 79a327c

Please sign in to comment.