Skip to content

Commit

Permalink
Update global-snyk-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw authored Mar 22, 2024
1 parent 4803788 commit 91257e5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/global-snyk-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ concurrency:
cancel-in-progress: true

on:
push:
branches: [ master ]
paths:
- 'documentation/**'
- 'starsky/**'
- 'documentation/**'
- 'starskydesktop/**'
workflow_dispatch:

jobs:
Expand All @@ -38,6 +31,6 @@ jobs:

- name: 'npx snyk test --all-projects'
working-directory: ./
run: npx snyk test --all-projects
run: npx snyk test --all-projects --fail-on=upgradable


0 comments on commit 91257e5

Please sign in to comment.