Skip to content

Commit

Permalink
workflow: run snyk pull requests instead of dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
lket committed Dec 13, 2024
1 parent 30fbaa8 commit e9cc8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
common-backend:
if: ${{ contains(github.event.head_commit.message, inputs.app-name) || contains(github.ref, 'dependabot') }}
if: ${{ contains(github.event.head_commit.message, inputs.app-name) || contains(github.ref, 'snyk-io') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
common-frontend:
if: ${{ contains(github.event.head_commit.message, inputs.app-name) || contains(github.ref, 'dependabot') }}
if: ${{ contains(github.event.head_commit.message, inputs.app-name) || contains(github.ref, 'snyk-io') }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit e9cc8b3

Please sign in to comment.