Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
ci: snyk integration
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx committed Jul 17, 2023
1 parent 4636aed commit 96c5fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

snyk_monitor:
runs-on: ubuntu-latest
#if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
needs:
- test_and_lint
permissions:
Expand Down

0 comments on commit 96c5fef

Please sign in to comment.